| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2014-07-16 | 658 Bytes | |
| sbsms-app-0.0.0.tar.gz | 2014-07-16 | 414.8 kB | |
| Totals: 2 Items | 415.5 kB | 1 | |
sbsms-app is a command line time-stretching / pitch-shifting tool which uses libsbsms. The library is separate and can be downloaded at https://sourceforge.net/projects/sbsms/files/sbsms/. sbsms has optional support for libsndfile(--enable-sndfile) by default and libmad (--enable-mp3) for reading(.wav and .mp3) and writing(.wav) files. The usage is: sbsms infile outfile rate-start rate-end halfsteps-start halfsteps-end For example: sbsms blob.wav blobOut.wav .5 .5 0 2 will slow down blob.wav by a factor of 2, while simultaneously sliding the pitch up two half-steps, and put the output in blobOut.wav Clayton Otey (otey@users.sourceforge.net)