MixStream is a C-extension in Python to combine SoundTouch and SDL_mixer.
- 2019/07/25: Replace the Python StreamingOggSound class with the OggStreamer module (See: https://github.com/fofix/fofix/commit/e4d9f3209af1d350237c4baddba3cfbd5e576d8f).
You'll need those packages:
glib
(> 2.34)libogg
libtheora
libvorbisfile
sdl 1.2
sdl_mixer 1.2
soundtouch
.
Build the extension:
python setup.py build_ext --inplace --force