opus icon indicating copy to clipboard operation
opus copied to clipboard

Error: Range coder state mismatch between encoder and decoder in frame 1: 0x f3b1240 vs 0x40123b0f

Open chenyangMl opened this issue 2 years ago • 1 comments

  1. Run command
./opus_demo -d 16000 1 test.opus test.pcm
  1. error log libopus 1.5.2 Decoding with 16000 Hz output (1 channels) Error: Range coder state mismatch between encoder and decoder in frame 1: 0x f3b1240 vs 0x40123b0f

I don not known how to debug this problem. Can you give me some advise ?

chenyangMl avatar Apr 28 '24 09:04 chenyangMl

opus_demo cannot decode Ogg Opus files. It can only decode files that were encoded with opus_demo.

jmvalin avatar May 06 '24 06:05 jmvalin