(&self)
| 605 | }) |
| 606 | } |
| 607 | |
| 608 | /// Scan the input devices the OS exposes right now. |
| 609 | /// |
| 610 | /// Wireless and USB mics come and go, so every call re-queries the backend |
| 611 | /// instead of serving a cached list. |
| 612 | #[cfg(not(target_arch = "wasm32"))] |
no test coverage detected