Pescolly / Audio-Track-Splitter

Splits an MOV in seperate audio tracks.
0 stars 0 forks source link

Can this code split mp3 audio files #1

Open Roen-Ro opened 4 years ago

Roen-Ro commented 4 years ago

Does this code can split mp3 audio files into pieces, can it run on ios ? thanks

Pescolly commented 4 years ago

It was designed to take a movie with 8 channels of audio and create stereo pairs for post production processes. However, you can modify it to work with mp3s without much difficulty. Getting it to work with iOS would be a lot more work, the file systems are completely different.