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
The lowaudio plugin from #495 sets the CA into error state if the audio drops below a threshold for a period of time.
However, this is not helpful if there's an a manual or scheduled recording underway, because it will interrupt the recording.
So the plugin should check the recorder state, and only trigger an error if the state is idle (rather than recording).
The text was updated successfully, but these errors were encountered:
Fixed locally here:
cilt-uct@36d3a26
Sorry, something went wrong.
No branches or pull requests
The lowaudio plugin from #495 sets the CA into error state if the audio drops below a threshold for a period of time.
However, this is not helpful if there's an a manual or scheduled recording underway, because it will interrupt the recording.
So the plugin should check the recorder state, and only trigger an error if the state is idle (rather than recording).
The text was updated successfully, but these errors were encountered: