diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/odr-audioenc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp index d0f95e5..40a2974 100644 --- a/src/odr-audioenc.cpp +++ b/src/odr-audioenc.cpp @@ -762,7 +762,7 @@ int main(int argc, char *argv[]) sample_rate / 8000 : sample_rate / 16000; - int max_size = 8*input_buf.size() + NUM_SAMPLES_PER_CALL; + int max_size = 32*input_buf.size() + NUM_SAMPLES_PER_CALL; /*! The SampleQueue \c queue is given to the inputs, so that they * can fill it. |