Question: (?) Is there a way to automate timestretching and pitching samples to WAV ?
I want to take a single sample and map it chromatically to a MIDI keyboard by pitch and save the results as separate WAV files. I could do it manually, but that's rather tedious. Is there a way to automate the process?
? Is there a way to automate timestretching and pitching samples to WAV?
- KVRian
- 991 posts since 24 May, 2024
-
- KVRist
- 247 posts since 5 May, 2020
SoX, https://sourceforge.net/projects/sox/, is a nifty swiss-army-knife toolbox that's all command-line driven, so it's easy to script.
The documentation for it is horrible when getting started, so the best way is to simply google "how to do XXX with sox" and check out the answers. After seeing a few good examples the documentation starts to make sense.
The documentation for it is horrible when getting started, so the best way is to simply google "how to do XXX with sox" and check out the answers. After seeing a few good examples the documentation starts to make sense.
- KVRAF
- 4314 posts since 31 Oct, 2004
-
- KVRist
- 375 posts since 17 Nov, 2022
