Metadata-Version: 2.1
Name: mixstream
Version: 0.0.1
Summary: MixStream is a C-extension to combine SoundTouch & SDL_mixer
Home-page: https://github.com/fofix/python-mixstream
Author: FoFiX team
Author-email: contact@fofix.org
License: GPLv2+
Project-URL: Bug Tracker, https://github.com/fofix/python-mixstream/issues
Keywords: music vorbis sdl soundtouch
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown

# MixStream

MixStream is a C-extension in Python to combine [SoundTouch](https://www.surina.net/soundtouch/) and [SDL_mixer](https://www.libsdl.org/projects/SDL_mixer/).

This is a placeholder, waiting for the first version.


## History

- 2019/07/25: Replace the Python StreamingOggSound class with the OggStreamer module
(See: https://github.com/fofix/fofix/commit/e4d9f3209af1d350237c4baddba3cfbd5e576d8f).


