diff --git a/examples/cpal_demo_node_api.rs b/examples/cpal_demo_node_api.rs index fb5155f..6c38fa6 100644 --- a/examples/cpal_demo_node_api.rs +++ b/examples/cpal_demo_node_api.rs @@ -220,7 +220,7 @@ where Ok(()) } -// This function starts the Jack backend and +// This function starts the CPAL backend and // runs the audio loop with the NodeExecutor. fn start_backend(node_exec: NodeExecutor, frontend_loop: F) { let host = cpal::default_host();