Displaying 2 results from an estimated 2 matches for "pcm_mono_ochomil".
2013 Oct 21
2
help with opus_demo
Hi
I used opus_demo to clarify how opus works, I try this command:
opus_demo -e" audio 8000 1 8000 -cbr /somedirectory/pcm_mono_ochomil.raw
/somedirectory/test.opus
And I get the file test.opus, then comes the first problem, this file
hasn't header so i can't reproduce it using an external tool, how can i add
a header to this file
Then when i trie to run
opus_demo -d 8000 1 /somedirectory/test.opus testFinal.raw
I canno...
2013 Oct 21
0
help with opus_demo
On 2013-10-21 5:08 AM, Antonio Juan wrote:
> I used opus_demo to clarify how opus works, I try this command:
>
> opus_demo -e" audio 8000 1 8000 -cbr
> /somedirectory/pcm_mono_ochomil.raw /somedirectory/test.opus
opus_demo doesn't support .opus files. It uses a special raw format just
for testing. You want opusenc and opusdec from the opus-tools package.
-r