starmandeluxe / PrepareRadioMusicSamples

Provides a script that will split stereo .wav files into separate mono left and right .wav files as well as trims the trailing silence in the audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prepare Radio Music Samples

Provides a script that will split stereo .wav files into separate mono left and right .wav files as well as trims the trailing silence in the audio. This is geared towards use for two Music Thing Modular Radio Music modules, but can be used for other purposes as well.

To use it, run python generateSamples.py [inputDirectory] [outputDirectory] where inputDirectory is a path storing one or more stereo .wav files. The output will be files in numbered order of the format LEFT_.wav and RIGHT_.wav. The index corresponds to the original source .wav file, split into LEFT and RIGHT channels.

About

Provides a script that will split stereo .wav files into separate mono left and right .wav files as well as trims the trailing silence in the audio

License:MIT License


Languages

Language:Python 100.0%