-
I use samples\opusSampleFrames\sample-***.opus to play audio files, or combine multiple frames of sample-000~618.opus into a file such as: sample-test.opus can also play. However, I use libopus to encode pcm audio into opus audio files and it cannot be played. ./opus_demo -e audio 48000 2 input.pcm output.opus Is there a problem with the opus audio file obtained by the above method? Can you help me look at this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, While I do not have clarity on how the library does the conversion, I would recommend using a normal player to see if opus decoding the generated opus frames playback fine before trying out the frames with the SDK. |
Beta Was this translation helpful? Give feedback.
Hello,
While I do not have clarity on how the library does the conversion, I would recommend using a normal player to see if opus decoding the generated opus frames playback fine before trying out the frames with the SDK.