From ea6f8437321acec84d077d10c9c7e8b7e01cc011 Mon Sep 17 00:00:00 2001 From: "chomado (Madoka Chiyoda)" Date: Thu, 15 Mar 2018 12:43:02 +0900 Subject: [PATCH] =?UTF-8?q?add=20mp3=20to=20Format=20/=20AAC=20=E5=AF=BE?= =?UTF-8?q?=E5=BF=9C=E3=81=8C=E7=84=A1=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6?= =?UTF-8?q?=20MP3=20=E3=81=8C=E5=AF=BE=E5=BF=9C=E3=81=95=E3=82=8C=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VoiceTextWebAPI.Client/Format.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceTextWebAPI.Client/Format.cs b/VoiceTextWebAPI.Client/Format.cs index 1602f38..f81b492 100644 --- a/VoiceTextWebAPI.Client/Format.cs +++ b/VoiceTextWebAPI.Client/Format.cs @@ -10,6 +10,6 @@ public enum Format { WAV, OGG, - AAC + MP3 } }