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 801581e..d0f95e5 100644 --- a/src/odr-audioenc.cpp +++ b/src/odr-audioenc.cpp @@ -962,7 +962,7 @@ int main(int argc, char *argv[]) } } else { - const int timeout_ms = 1000; + const int timeout_ms = 10000; read_bytes = input_buf.size(); /*! pop_wait() must return after a timeout, otherwise the silence detector cannot do |