pub fn generate_audio_data(
    lines: Vec<AudioLine>
) -> Result<Vec<Instruction>, Error>
Expand description

Processes Vec<AudioLine> into Vec<Instruction> that can be played by the audio player Despite returning Instruction, the only variants used are Db* and Label.