This is a Windows executable file for splitting each channel on WAV audio file into separate files. Written in Python, exported to exe by PyInstaller.
Place your multichannel wav files in folder input. Script will print all files that are eligible to do splitting. Press enter to start the procedure. Output files will be placed in output folder with subfolders (named as input files) and with individual filename ('input_file_name''ch''channel_number'.wav).
_______________________________________
WAV Splitter
_______________________________________
Some .wav files were found in input directory:
- 4ch.wav
Press enter to begin splitting files....
Loading file: 4ch
Detected 4 channels
Splitting channels...
C:\wav-splitter-exe/output/4ch/4ch_ch_1.wav
C:\wav-splitter-exe/output/4ch/4ch_ch_2.wav
C:\wav-splitter-exe/output/4ch/4ch_ch_3.wav
C:\wav-splitter-exe/output/4ch/4ch_ch_4.wav
Splitting done :)
Example WAV files from: http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html