Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/achabotl/vocoder

Building a noise vocoder with Python.
https://github.com/achabotl/vocoder

Last synced: 1 day ago
JSON representation

Building a noise vocoder with Python.

Awesome Lists containing this project

README

        

# Building a noise vocoder with Python

The accompanying notebook explains how to build a noise vocoder using Python. The notebook has a few interactive widgets, so you might want to run it locally. You can create an environment with the required packages using the following command:

conda create -n vocoder python=3 --file requirements.txt

## License

[ ![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-sa/4.0/)

Building a noise vocoder with Python by [Alexandre Chabot-Leclerc](http://twitter.com/alexchabotl) is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).