From 9d688d1b3035fc7210dab04eab90c01f7485af2c Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Thu, 15 Mar 2018 12:40:41 +0900 Subject: [PATCH] Add mp3 format. --- VoiceTextWebAPI.Client/Format.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VoiceTextWebAPI.Client/Format.cs b/VoiceTextWebAPI.Client/Format.cs index 1602f38..b84342a 100644 --- a/VoiceTextWebAPI.Client/Format.cs +++ b/VoiceTextWebAPI.Client/Format.cs @@ -10,6 +10,7 @@ public enum Format { WAV, OGG, - AAC + AAC, + MP3 } }