Skip to content

NuanceDev/pyspeex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speex Python Interface

Installation

    install or compile speex
    pip install cython
    make
    CPPFLAGS="-I/path/to/speex/includes" LDFLAGS="-L/path/to/speex/lib" python setup.py install