Metadata-Version: 2.1
Name: pypitch
Version: 1.0
Summary: PyPitch analyses audio streams for pitch
Home-page: https://github.com/fofix/python-pypitch
Author: FoFiX team
Author-email: fofix@perdu.fr
License: GPLv2+
Description: # PyPitch
        
        [![Build Status](https://travis-ci.org/fofix/python-pypitch.svg?branch=master)](https://travis-ci.org/fofix/python-pypitch)
        [![Build status](https://ci.appveyor.com/api/projects/status/0f6yb99cd37v6li6?svg=true)](https://ci.appveyor.com/project/Linkid/python-pypitch)
        
        
        PyPitch is a C-extension in Python to analyse audio streams for pitch.
        
        
        ## Setup
        
        ### Native modules
        
        Build the extension:
        
            python setup.py build_ext --inplace --force
        
Keywords: pitch audio
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 :: 2.7
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
