Skip to content

pardeyke/sd_audio_split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SDAudioSplit 🎚️

A simple Python script to split 32-bit audio files recorded with SoundDevices MixPre audio recorders into mono files. Including timecode and framerate (bext + ixml chunks).

The script is only tested with my own MixPre 10 II recorded 32-bit files and not intended for any other bit-rates (16, 24). Use SoundDevices WaveAgent for that.

Feel free to submit any bugs and include the file you are trying to convert. I'll be happy to help.

Requirements

Installation

  1. Install dependencies:
    pip install -r requirements.txt
  2. Make sure ffmpeg is installed and available in your PATH. On macOS use homebrew:
    brew install ffmpeg

Usage

Run the script from the command line:

python sd_audio_split.py path/to/audiofiles path/to/output_directory

License

MIT License

Author

pardeyke

Links

Todo

  • Add to conversion CodingHistory
  • Update BEXT Description field sTRK names
  • Update iXML for new mono file

About

Split your SoundDevices MixPre 32-bit files to mono

Topics

Resources

Stars

Watchers

Forks

Languages