You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @OnkelTem, I'm afraid I'm not too sure what is happening either :(
Is onAudioData only fired once after connecting to the radio? The only thing I can think of is that it is being called repeatedly and giving the weird gap.
The issue is unrelated to the library, however I think I'll keep it open until I run out of ideas 😅
My question may look a little unrelated to the usage of this particular library.
Basically, I receive an Opus stream from the internet, decode it with prism.opus.Decoder, get PCM packets and stream them forward to the speakers:
There is also a duplex normalizing stream which ensures requested rate of packets per time.
The problem is that sound becomes gaped and I cannot find a way to glue pieces in one steady stream.
I recorded a helping video which demonstrates the problem:
https://www.youtube.com/watch?v=O7Fv3GTMjKQ
Do you have any idea why it's happening?
The text was updated successfully, but these errors were encountered: