Open
Description
I have this code on my M2 MacBook Pro, running macOS Sonoma 14.1.2:
let host = rodio::cpal::default_host();
let devices = host.output_devices()?;
for device in devices {
let name = device.name()?;
println!("{name}");
}
However, it does not output "MacBook Pro Speakers", which are listed with the .devices() call as well as in System Settings.
It lists only Steam Streaming Microphone, Steam Streaming Speakers, and "(name)'s Headphones".
Metadata
Metadata
Assignees
Labels
No labels