https://github.com/bburdette/fraust-echo
run the faust echo example from rust, using portaudio.
https://github.com/bburdette/fraust-echo
Last synced: about 1 year ago
JSON representation
run the faust echo example from rust, using portaudio.
- Host: GitHub
- URL: https://github.com/bburdette/fraust-echo
- Owner: bburdette
- Created: 2016-03-19T18:07:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T18:50:23.000Z (about 4 years ago)
- Last Synced: 2025-04-10T05:51:07.277Z (over 1 year ago)
- Language: C++
- Size: 26.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fraust-echo
run the faust echo example from rust, using rust-portaudio to interface with the audio hardware.
Just compile the project normally with cargo build and run with ./target/debug/fraust-echo
cpp/basic.cpp is the shim code between the cpp code faust generates and C functions that rust can use.
If you want to tweak or replace the faust algorithm, use faust to generate a new cpp file and replace 'echo.cpp' with your new filename in basic.cpp.
To control the echo parameters you can use oscpad (its on cargo). Install it and call
$> oscpad echoconfig.json
from the fraust-echo directory. Then go to localhost:3030 with your web browser.