forked from sox_ng/sox_ng
12 lines
266 B
Markdown
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.
|