audio-utils

Miscellaneous audio processing scripts.


Keywords
audio, internet-archive
License
MIT
Install
pip install audio-utils==0.0.1

Documentation

^Build status Build Status Documentation Status

Audio utils

Miscellaneous audio processing tools.

For users

Installation or upgrade:

  • Install external packages listed in .github/workflows/pythonpackage.yml
  • sudo pip install audio_utils -U
  • sudo pip install git+https://github.com/sanskrit-coders/audio_utils/@master -U
  • Web.

For contributors

Contact

Have a problem or question? Please head to github.

Packaging

  • ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing

Build documentation

  • sphinx html docs can be generated with cd docs; make html

Testing

Run pytest in the root directory.

Auxiliary tools