Registry / utility / soundtouch

soundtouch

JSON →
library2.4.0vcpkgunverified

An open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.

vcpkg install soundtouch
INSTALL
IMPORT
SIG · SOUNDTOUCH
S
soundtouch
utilitycppv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SoundTouch.h
#include <SoundTouch.h>

Initialize SoundTouch and set tempo change.

#include <SoundTouch.h> #include <iostream> int main() { soundtouch::SoundTouch st; st.setSampleRate(44100); st.setChannels(2); st.setTempoChange(10.0); // Increase tempo by 10% std::cout << "SoundTouch initialized\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

soundtouch — pip install soundtouch · libregistry