Skip to content

vladhed/soundmangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundmangle

Quick C program to mangle a WAV file

Takes a mono WAV file, PCM encoded, 16 bit signed sample at 16000 samples per second and outputs a delayed version, where the delay varies according to a sine function

Build with:

gcc mangle.c -o mangle -lm

Run with:

./mangle test.wav out.wav 100

includes two sample WAV files. Use something like Goldwave to listen to them, or record others.

About

Quick C program to mangle a WAV file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages