[][src]Function ggbasm::audio::generate_audio_data

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

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.