forked from sox_ng/sox_ng
| .. | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
| soxcopy.c | ||
| synth.c | ||
sox_ng/demo
Here are some small and vaguely useful examples of using libsox.
soxcopy
Copies one audio file to another, changing the format according to the filename extension.
synth
./synth args does in C what sox_ng -n -d synth args does in shell.