sox_ng/demo/README.md
2026-01-02 19:09:22 +01:00

12 lines
266 B
Markdown

# 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.