<div dir="ltr"><div>Hi! everybody:</div><div><br></div><div>We used opus-codec for a VOIP gateway. The GW is running at a UBUNTU server.</div><div>The opus stream is transcoded to G711 pcmu stream.So there are many opus codecs running simultaneously.</div>
<div>We noticed that if there more than 5 streams in. the voice then has notisable glitchs.More streams in, worse voice got.</div><div><br></div><div>Then we write test code for opus-codec which encode a .pcm file simultaneously. and get error.</div>
<div>we also write decoder test code. error too. We tested v1.0.2 and 1.0.3, Our codec is a .so file, our main program is written in erlang.</div><div><br></div><div>we used other codecs such as isac/ilbc/... they are OK. you may try <a href="http://lwork.hk:8086">lwork.hk:8086</a>, it is a webRTC demo.</div>
<div><br></div><div>so, anybody noticed this? It seems to be a re-entry bug.</div></div>