TeamPyOgg / PyOgg

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

Add flac examples tests 2nd attempt #58

Closed mattgwwalker closed 3 years ago

mattgwwalker commented 3 years ago

This pull request fixes the seg-fault behaviour seen under Windows. Memory usage of OpusBufferedEncoder was re-written, as was the end-of-stream detection algorithm.

A more than 10-fold speed improvement can be seen in OggOpusWriter as a consequence.

The documentation still needs to be updated.