Metadata-Version: 2.1
Name: audioio
Version: 0.9.4
Summary: Platform independent interfacing of numpy arrays of floats with audio files and devices.
Home-page: https://github.com/bendalab/audioio
Author: Jan Benda, Joerg Henninger
Author-email: jan.benda@uni-tuebingen.de
License: UNKNOWN
Description: 
        # AudioIO 
        
        Platform independent interfacing of numpy arrays of floats with audio
        files and devices.
        
        [Documentation](https://bendalab.github.io/audioio) |
        [API Reference](https://bendalab.github.io/audioio/api)
        
        The AudioIO modules try to use whatever audio modules installed on
        your system to achieve their tasks. The AudioIO package does not
        provide own code for decoding files and accessing audio hardware.
        
        See [installation](https://bendalab.github.io/audioio/installation)
        for further instructions.
        
        ## Feaures
        
        - Audio data are always numpy arrays of floats with values ranging between -1 and 1 ...
        - ... independent of how the data are stored in an audio file.
        - Platform independent interface for loading and writing audio files.
        - Simple `load_audio()` function for loading a whole audio file.
        - Support for blockwise random-access loading of large audio files (`class AudioLoader`).
        - Simple `write_audio()` function for writing data to an audio file. 
        - Platform independent playback of numpy arrays (`play()`).
        - Support of synchronous (blocking) and asynchronous (non blocking) playback.
        - Automatic resampling of data for playback to match supported sampling rates.
        - Detailed and platform specific installation instructions for audio packages.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
