sndfile-tools
sndfile-tools copied to clipboard
Add time-stretching option to sndfile-resample
- Added -s option to resample.c. This specifies a floating-point stretch ratio for the audio content, that can be used to adjust the playback speed and length of the file, to perform time-stretching operations.
- Documented -s in sndfile-resample.1.
- Added test case to test-wrapper.sh that uses the -s option.