A Cython implementation of the libebur128 library for audio loudness in media files.
Find a file
2021-03-23 09:53:17 -04:00
src Accidentally an 'R' 2021-03-23 09:53:17 -04:00
tests Code cleanup and switched back to Sphinx. 2021-03-23 09:15:26 -04:00
.gitignore Real initial commit 2021-03-21 19:32:02 -04:00
.gitmodules Link to libebur128 2021-03-21 19:41:00 -04:00
LICENSE Real initial commit 2021-03-21 19:32:02 -04:00
MANIFEST.in Initial push of code and tests 2021-03-21 19:37:47 -04:00
pyproject.toml Initial push of code and tests 2021-03-21 19:37:47 -04:00
README.md Embarrassing minimal README until CI is in place 2021-03-21 19:59:39 -04:00
setup.cfg Code cleanup and switched back to Sphinx. 2021-03-23 09:15:26 -04:00
setup.py Initial push of code and tests 2021-03-21 19:37:47 -04:00

pyebur128

A Cython implementation of the libeur128 library for audio loudness in media files.

Installation

Working on getting wheels created/published, but for now you can easily run the following to get going:

python3 -m build
pip install dist/pyebur128*.whl

TODO

  1. Make a better README.md
  2. Create the docs and upload them
  3. Publish to PyPI