zeropole
Synopsis
The goal of that project is to make a static filter generator. Once an adequate filter is found, its code can be generated for Faust or JSFX (code generation not yet implemented). In it's actual state, it can be used to visually understand how zero-pole analysis works.
Installation
Right now the only dependencies are python and wxpython, but audio DSP will be handled by the PYO library available at http://ajaxsoundstudio.com/software/pyo/
Simply run python ZeroPoleApp
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
TODO: Write history
Credits
TODO: Write credits
License
APACHE-2.0