Skip to content
forked from simontime/Interp

Interpolates a WAV file doubly using fixed-point linear interpolation.

License

Notifications You must be signed in to change notification settings

RubisetCie/Interp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interp

Interpolates a WAV file doubly using fixed-point linear interpolation.

Usage:

./interp (options) (input wave 1) [(...) (input wav n)]

Options:
  -o : Output file or output directory depending on the input.

Building:

gcc -O2 -s -o int24.o -c int24.c
gcc -O2 -s -o interp.o -c interp.c
gcc -o interp interp.o int24.o

Releases Notes:

  • Added command line support for multiple WAV input files.
  • Added support for PCM 24 / 32-bits, IEEE Float 32 / 64-bits.
  • Added support for unlimited number of channels (the maximum WAV files allows it).

About

Interpolates a WAV file doubly using fixed-point linear interpolation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%