TeamPyOgg / PyOgg

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

Re-worked OpusFileStream and added example #34

Closed mattgwwalker closed 4 years ago

mattgwwalker commented 4 years ago

This Pull Request includes the changes made to OpusFileStream and the example that demonstrated there was an issue with the original code.

See the discussion in issue #33

Zuzu-Typ commented 4 years ago

I'm sorry, but I don't really have the time to look through and test all of your changes.

Still, I don't want users of PyOgg to miss out or your work to be wasted, so I'll merge it anyway.

mattgwwalker commented 4 years ago

Thanks for your trust in my work :o) It's appreciated.

Matthew