Metadata-Version: 2.1
Name: miniaudio
Version: 1.0
Summary: python bindings for the miniaudio library and its decoders (mp3, flac, ogg vorbis, wav)
Home-page: https://github.com/irmen/synthesizer/tree/master/pyminiaudio
Author: Irmen de Jong
Author-email: irmen@razorvine.net
License: MIT
Description: # Python miniaudio
        
        This module provides:
        
        - the [miniaudio](https://github.com/dr-soft/miniaudio/) cross platform sound playback and conversion library
        - its decoders for wav, flac, vorbis and mp3
        - python bindings via cffi for much of the functions offered in those libraries
        
        
        Currently, it is only distributed in source form so you need a C compiler to build and install this.
        For Linux and Mac this shouldn't be a problem. For Windows users it may be though.
        If you're a windows user you should make sure you installed the required tools (Visual Studio or 
        the C++ build tools) to be able to compile Python extension modules.
         
        
        Software license for these Python bindings, miniaudio and the decoders: MIT
        
        
        
        ## todo
        
        - Windows: Currently there is a problem compiling in the std_vorbis decoder with Msvc on Windows. The compiler stops with a handful of errors in winnt.h
        - the various format conversion functions aren't available yet
        
Keywords: sound,audio,playback,conversion,decoding
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Description-Content-Type: text/markdown
