We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e8580 commit fb75951Copy full SHA for fb75951
src/audio.rs
@@ -93,6 +93,8 @@ pub(crate) struct AudioData {
93
94
impl AudioData {
95
pub(crate) fn new() -> Self {
96
+ // TODO: Change to `r::default_endpoint()` in next `rodio` release.
97
+ #[allow(deprecated)]
98
let endpoint = if let Some(endpoint) = r::get_default_endpoint() {
99
endpoint
100
} else {
0 commit comments