Audio utils
Miscellaneous audio processing tools.
For users
- Autogenerated Docs on readthedocs (might be broken).
- Manually and periodically generated docs here
- For detailed examples and help, please see individual module files in this package.
Installation or upgrade:
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.