TeamPyOgg / PyOgg

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

Documentation: Add vorbis example #48

Open mattgwwalker opened 4 years ago

mattgwwalker commented 4 years ago

In the examples directory there is now an example Vorbis file and code that plays that file.

The example should be added into the documentation.

mattgwwalker commented 4 years ago

There is now also a VorbisFileStream example. This should be added too.