Closed JarbasAl closed 1 week ago
The pull request introduces significant changes to the OVOSDinkumVoiceService
class in the ovos_dinkum_listener/service.py
file. The _upload_hotword
and _upload_stt
methods have been completely removed, eliminating the functionality for uploading wake word and speech-to-text audio data to a backend service. The _hotword_audio
and _stt_audio
methods have been updated to remove any logic related to these uploads, indicating a shift towards local audio processing without backend interactions, thereby reducing complexity and external dependencies.
File Path | Change Summary |
---|---|
ovos_dinkum_listener/service.py | - Removed methods: _upload_hotword(self, wav_data, metadata) and _upload_stt(self, wav_data, metadata) |
- Simplified _hotword_audio and _stt_audio methods by removing upload checks and associated logic. |
_stt_text
method in the OVOSDinkumVoiceService
class, which is closely related to the audio processing logic that has been simplified in the main PR by removing upload methods.OVOSDinkumVoiceService
class by adding a hotwords keyword argument and improving error handling related to microphone input, which aligns with the overall focus on refining audio handling in the main PR.🐰 In the quiet of the night,
Hotwords whisper, taking flight.
No more uploads, just local cheer,
Our audio's safe, no backend near.
Simplified paths, we hop along,
In the world of sound, we sing our song! 🎶
[!WARNING]
Rate limit exceeded
@JarbasAl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 7 minutes and 3 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://docs.coderabbit.ai/faq) for further information.📥 Commits
Reviewing files that changed from the base of the PR and between 82a9a7b070d37ac1e9c22a14c68f4298bac03263 and 2e4779b3217eab1b4eaebafe32f7122434741f65.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
if desired wake-word/STT upload can be added back via a audio transformer plugin
Summary by CodeRabbit
New Features
Bug Fixes