Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

fix/allow_audio_state_messages_for_session #85

Merged
merged 1 commit into from
May 2, 2024

Conversation

JarbasAl
Copy link
Member

@JarbasAl JarbasAl commented May 1, 2024

companion to OpenVoiceOS/ovos-bus-client#93

by default allows voice sats to report if they are recording/playing audio, exposing that info to Session

avoids the need of configuring devices individually by default

$hivemind-core allow-msg "recognizer_loop:record_begin"
$hivemind-core allow-msg "recognizer_loop:record_end"
$hivemind-core allow-msg "recognizer_loop:audio_output_start"
$hivemind-core allow-msg "recognizer_loop:audio_output_end"

companion to OpenVoiceOS/ovos-bus-client#93

by default allows voice sats to report if they are recording/playing audio, exposing that info to Session

avoids the need of configuring devices individually by default
```
$hivemind-core allow-msg "recognizer_loop:record_begin"
$hivemind-core allow-msg "recognizer_loop:record_end"
$hivemind-core allow-msg "recognizer_loop:audio_output_start"
$hivemind-core allow-msg "recognizer_loop:audio_output_end"
```
@JarbasAl JarbasAl added the enhancement New feature or request label May 1, 2024
@JarbasAl JarbasAl merged commit 772c38b into dev May 2, 2024
1 of 6 checks passed
@JarbasAl JarbasAl deleted the fix/allow_audio_state_messages_for_session branch May 2, 2024 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant