Metadata-Version: 1.1
Name: wavefile
Version: 1.0
Summary: Pythonic wave file reader and writer
Home-page: https://github.com/vokimon/python-wavefile
Author: David Garcia Garzon
Author-email: voki@canvoki.net
License: GNU General Public License v3 or later (GPLv3+)
Description: 
        'wavefile' python module to read and write audio files.
        It is a pythonic wrapper to the sndfile library featuring:
        * Attribute access to format, channels, length, sample rate...
        * Numpy interface using in place arrays (optimal for block processing)
        * Works as context manager
        * Different objects for reading and writing (no modes, consistent interface)
        * Shortened constants accessing for formats and the like
        * Matlab like whole file interface (not recommended but convenient)
        
        You can find the latest version at:
        https://github.com/vokimon/python-wavefile
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
