I just finished a Python script using pydub that detects silences between tracks on an LP/cassette .wav recording and adds markers (cues) at the appropriate points, and I want to name them sequentially so they'll be numbered when I open them in Audition CC 2014.1.
How does Audition encode marker names in PCM wave files? I don't think they're in the peak file, and while I've combed the raw data with struct.unpack, I can't make heads nor tails of it... wondering if there's some kind of XML embedded in the header chunk.
A Python-based marker naming solution would be great too. Very little experience with C/C++. Thanks!!