Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/achabotl/vocoder
- Owner: achabotl
- Created: 2015-07-17T16:38:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T08:41:12.000Z (over 9 years ago)
- Last Synced: 2023-03-12T07:12:39.700Z (over 1 year ago)
- Size: 2.59 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).