summaryrefslogtreecommitdiff
path: root/orkaudio
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-12-09 04:44:37 +0000
committerHenri Herscher <henri@oreka.org>2005-12-09 04:44:37 +0000
commit63e3499fd7ab68e79c9b4d85a2aa92fbfbf73d92 (patch)
tree863dad261f3d388222a31a2ded5faa7a7c0ca674 /orkaudio
parent6871093d4f6e64bdff4cc3772025980a33c55fb1 (diff)
Corrected bug where gsm could not be chosen anymore for storage format.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@103 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio')
-rw-r--r--orkaudio/BatchProcessing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkaudio/BatchProcessing.cpp b/orkaudio/BatchProcessing.cpp
index a5ffc5c..1a01ac5 100644
--- a/orkaudio/BatchProcessing.cpp
+++ b/orkaudio/BatchProcessing.cpp
@@ -87,6 +87,7 @@ void BatchProcessing::ThreadHandler(void *args)
break;
case AudioTape::FfGsm:
outFileRef.reset(new LibSndFileFile(SF_FORMAT_GSM610 | SF_FORMAT_WAV));
+ break;
case AudioTape::FfPcmWav:
default:
outFileRef.reset(new LibSndFileFile(SF_FORMAT_PCM_16 | SF_FORMAT_WAV));