https://github.com/paulbatchelor/growl
Formant filter inspired by the HOWL iOS app by Daniel Clelland
https://github.com/paulbatchelor/growl
Last synced: 4 months ago
JSON representation
Formant filter inspired by the HOWL iOS app by Daniel Clelland
- Host: GitHub
- URL: https://github.com/paulbatchelor/growl
- Owner: PaulBatchelor
- Created: 2016-11-26T03:20:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T09:21:17.000Z (about 9 years ago)
- Last Synced: 2025-08-12T03:56:33.928Z (4 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GROWL
GROWL is an approximate implementation of the
formant filter used in the iOS vocal synthesizer,
[HOWL](https://github.com/dclelland/HOWL).
The GROWL algorithm itself depends on
[Soundpipe](http://www.github.com/paulbatchelor/soundpipe.git).
[Sporth](http://www.github.com/paulbatchelor/sporth.git) is
required to use the Sporth plugin.
By default, GROWL compiles to a Sporth plugin.
This can be compiled by simply running "make".
To hear what the filter sounds like, run the Sporth patch
included with "sporth test.sp". This will generated an audio
file called test.wav that you can then listen to.
The code is also ready to be used just like any other soundpipe
module. Just drop the header and c file into your project, and
you should be good to go!