We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AudioHandle
AudioSink
oddio::Stop implements oddio::Filter, thus Controlled signals can be accessed using only AudioSink by calling Filter::inner(&sink).control().
oddio::Stop
oddio::Filter
Controlled
Filter::inner(&sink).control()
The solution is to remove AudioHandle entirely, and rely only on AudioSink for accessing inner controls.
The text was updated successfully, but these errors were encountered:
harudagondi
Successfully merging a pull request may close this issue.
oddio::Stop
implementsoddio::Filter
, thusControlled
signals can be accessed using onlyAudioSink
by callingFilter::inner(&sink).control()
.The solution is to remove
AudioHandle
entirely, and rely only onAudioSink
for accessing inner controls.The text was updated successfully, but these errors were encountered: