-
Notifications
You must be signed in to change notification settings - Fork 9
Python Speex
License
NuanceDev/pyspeex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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