How to change tempo of sound file using SoundTouch C++ API? soundstretch in.ogg out.ogg -tempo=30
I have to perform above given command line utility with c++ program.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to change tempo of sound file using SoundTouch C++ API?
soundstretch in.ogg out.ogg -tempo=30
I have to perform above given command line utility with c++ program.