Skip to content

Commit

Permalink
Update neon-audio to resolve playback errors (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Sep 16, 2024
1 parent 0b61791 commit 4ea488c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions neon_core/configuration/neon.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# TODO: Below adding intermediate support for ovos-audio 0.x
enable_old_audioservice: True

# Plugin Configuration
utterance_transformers:
neon_utterance_translator_plugin:
Expand Down
3 changes: 1 addition & 2 deletions requirements/core_modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ neon-messagebus~=2.0,>=2.0.2a6
neon-enclosure~=1.7,>=1.7.1a2
neon-speech~=4.4,>=4.4.1
neon-gui~=1.3,>=1.3.1a1
neon-audio==1.5.2a6
ovos-audio==0.0.2a42
neon-audio~=1.5.1,>=1.5.2a10
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ovos-core version pinned for compat. with patches in NeonCore
ovos-core[mycroft,lgpl]>=0.0.8a95
ovos-core[mycroft,lgpl]>=0.0.8a95,<=0.0.8a100
# padacioso==0.1.3a2

neon-utils[network,audio]~=1.11,>=1.11.1a3
Expand Down

0 comments on commit 4ea488c

Please sign in to comment.