sox_ng/demo
2026-01-02 20:25:38 +01:00
..
.gitignore Add demo/synth.c, doing "sox -n -d synth ..." in C 2026-01-02 19:02:47 +01:00
Makefile Add demo/synth.c, doing "sox -n -d synth ..." in C 2026-01-02 19:02:47 +01:00
README.md Add demo/README.md 2026-01-02 19:09:22 +01:00
soxcopy.c demo/soxcopy: Automatically convert to supported sample rates and channels 2026-01-02 20:25:38 +01:00
synth.c Add demo/synth.c, doing "sox -n -d synth ..." in C 2026-01-02 19:02:47 +01:00

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.