Metadata-Version: 1.1
Name: speexdsp
Version: 0.0.1
Summary: Python bindings of speexdsp library
Home-page: https://github.com/xiongyihui/speexdsp-python
Author: Yihui Xiong
Author-email: yihui.xiong@hotmail.com
License: BSD
Download-URL: https://pypi.python.org/pypi/speexdsp
Description: 
        
        Dependencies
        ------------
        
        * `speexdsp <https://github.com/xiph/speexdsp>`_
        
        Install
        -------
        
        .. code:: bash
        
            pip install speexdsp
        
        or
        --
        
        .. code:: bash
        
            git clone https://github.com/xiongyihui/speexdsp-python.git
            cd speexdsp-python
            python setup.py install
        
        Import
        ------
        
        .. code:: python
        
        from speexdsp import EchoCanceller
        
Keywords: speexdsp,acoustic echo cancellation
Platform: Linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: C++
