···1616 video = video
1717 // Sync inputs //
1818 .sync_audio_with("schedule-hell.midi")
1919- .sync_audio_with("schedule-hell.wav");
1919+ .expect("Failed to sync from MIDI file")
2020+ .sync_audio_with("schedule-hell.wav")
2121+ .expect("Failed to sync from WAV file");
20222123 if let Ok(marker) = args.value_from_str::<_, String>("--marker") {
2224 let marker_start = video