• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

opuslib/H16-Jan-2018-1,243802

opuslib.egg-info/H03-May-2022-2221

PKG-INFOH A D16-Jan-2018822 2221

README.mdH A D13-Oct-2017438 1710

setup.cfgH A D16-Jan-2018174 1411

setup.pyH A D16-Jan-20181.3 KiB4335

README.md

1python-opus
2===========
3
4Python bindings to the libopus, IETF low-delay audio codec
5
6Testing
7--------
8
9Run tests with a python setup.py test command or look for [Travis build logs](http://travis-ci.org/#!/svartalf/python-opus).
10
11![](https://secure.travis-ci.org/svartalf/python-opus.png)
12
13Contributing
14-------------
15
16If you want to contribute, follow the [pep8](http://www.python.org/dev/peps/pep-0008/) guideline, and include the tests.
17