TeamPyOgg / PyOgg

Simple OGG Vorbis, Opus and FLAC bindings for Python
The Unlicense
62 stars 27 forks source link

How to parse ogg-stream from websocket? #107

Open ababo opened 5 months ago

ababo commented 5 months ago

I get an ogg stream received from a websocket handler. I need to parse and decode it into PCM samples. What API classes/method should I use to achieve that?

Aroxed commented 2 months ago

I get an ogg stream received from a websocket handler. I need to parse and decode it into PCM samples. What API classes/method should I use to achieve that?

I have the same issue. Did you solve it?

ababo commented 2 months ago

I have implemented it in another language.