pub fn get_notes_from_audio_data(
    data: &[f32],
    length_in_seconds: u8
) -> Res<Vec<Note>>
Expand description

Gets notes from audio data.