No description
- C 96.2%
- Makefile 3.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| pedals | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Pipedals - Unix pipe digital guitar pedals
Really simple guitar pedal in C, raw shit comes in, magic happens, ✨sparkly✨ new raw shit comes out
Uses arecord and aplay under the hood, on most Linux systems it comes from alsa-utils
The flow for the software is basically:
Input (arecord) -> Digital guitar pedal(s) of choice -> Output (aplay)
CLI tool
Theres a pretty small C "script" that makes it easier to get started, syntax:
./pipedal <prog> <args...> : <prog> <args...>
which roughly expands to
arecord ... | {pedals used} | aplay ...
License
MIT License