Skip to content
New issue

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

feat/handle_hex_audiodata #34

Merged
merged 7 commits into from
Oct 18, 2023
Merged

feat/handle_hex_audiodata #34

merged 7 commits into from
Oct 18, 2023

Conversation

JarbasAl
Copy link
Member

allow audio binary data to be sent in hex string format

this enables support for ovos-docker and hivemind, companion PR in ovos-workshop also needed for skills

@JarbasAl JarbasAl added the enhancement New feature or request label Oct 16, 2023
@JarbasAl JarbasAl requested review from goldyfruit, NeonDaniel and a team October 16, 2023 23:21
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (dev@e201593). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev     #34   +/-   ##
=====================================
  Coverage       ?   0.00%           
=====================================
  Files          ?       8           
  Lines          ?     933           
  Branches       ?       0           
=====================================
  Hits           ?       0           
  Misses         ?     933           
  Partials       ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

JarbasAl added a commit to OpenVoiceOS/OVOS-workshop that referenced this pull request Oct 16, 2023
JarbasAl added a commit to OpenVoiceOS/OVOS-workshop that referenced this pull request Oct 16, 2023
JarbasAl added a commit to OpenVoiceOS/OVOS-workshop that referenced this pull request Oct 16, 2023
JarbasAl added a commit to OpenVoiceOS/ovos-messagebus that referenced this pull request Oct 17, 2023
message.data can be huge, this causes the bus to hang a lot of time just printing a log

eg, using self.play_audio may print a lot of hex data

test with OpenVoiceOS/ovos-audio#34 and easter eggs skill (portal intent)
ovos_audio/service.py Show resolved Hide resolved
ovos_audio/service.py Outdated Show resolved Hide resolved
ovos_audio/service.py Outdated Show resolved Hide resolved
ovos_audio/service.py Outdated Show resolved Hide resolved
JarbasAl added a commit to OpenVoiceOS/ovos-messagebus that referenced this pull request Oct 17, 2023
message.data can be huge, this causes the bus to hang a lot of time just printing a log

eg, using self.play_audio may print a lot of hex data

test with OpenVoiceOS/ovos-audio#34 and easter eggs skill (portal intent)
@JarbasAl JarbasAl merged commit 02d057a into dev Oct 18, 2023
5 checks passed
@JarbasAl JarbasAl deleted the feat/handle_hex_audiodata branch October 18, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants