Skip to content

pebble-dev/pyspeex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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
    

Releases

No releases published

Packages

No packages published

Languages

  • Cython 96.8%
  • Python 2.6%
  • Makefile 0.6%