From b5ef93a1d8da6f683a58ba3ed8f3cd648706d303 Mon Sep 17 00:00:00 2001 From: Grissess Date: Wed, 15 Sep 2021 20:27:25 -0400 Subject: Remove JACK, begin IV parsing --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 7cf1ae4..631f1b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,11 +29,14 @@ fn main() -> Result<(), std::io::Error> { } fn main_client(args: Vec) -> Result<(), std::io::Error> { + /* let host = if let Ok(host) = cpal::host_from_id(cpal::HostId::Jack) { host } else { cpal::default_host() }; + */ + let host = cpal::default_host(); let device = host.default_output_device().expect("no default host audio device!"); let mut conf_ranges = device.supported_output_configs().expect("could not query audio device capabilities -- audio device disconnected?"); let conf_range = conf_ranges.next().expect("audio device has no configurations!"); -- cgit v1.2.3-70-g09d2