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

10 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

Building interp can be done using GNU Make:

make

Install

To install interp, run the following target:

make install PREFIX=(prefix)

The variable PREFIX defaults to /usr/local.

Uninstall

To uninstall interp, run the following target using the same prefix as specified in the install process:

make uninstall PREFIX=(prefix)

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%