fix comment

This commit is contained in:
Weird Constructor 2022-07-09 21:01:51 +02:00
parent 79d6ac66d3
commit 5d784aa8e1

View file

@ -220,7 +220,7 @@ where
Ok(()) Ok(())
} }
// This function starts the Jack backend and // This function starts the CPAL backend and
// runs the audio loop with the NodeExecutor. // runs the audio loop with the NodeExecutor.
fn start_backend<F: FnMut()>(node_exec: NodeExecutor, frontend_loop: F) { fn start_backend<F: FnMut()>(node_exec: NodeExecutor, frontend_loop: F) {
let host = cpal::default_host(); let host = cpal::default_host();