Skip to content

Commit

Permalink
Add mp3 format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Mar 15, 2018
1 parent f01c11c commit 9d688d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VoiceTextWebAPI.Client/Format.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum Format
{
WAV,
OGG,
AAC
AAC,
MP3
}
}

0 comments on commit 9d688d1

Please sign in to comment.