Skip to content

Commit

Permalink
refactor/drop audio service
Browse files Browse the repository at this point in the history
migration to ovos-media
  • Loading branch information
JarbasAl committed Jan 10, 2024
1 parent 3fadec6 commit 9817cfa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 627 deletions.
25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The "mouth" of the OVOS assistant!

Handles TTS generation and audio playback
Handles TTS generation and sounds playback

## Install

Expand Down Expand Up @@ -51,27 +51,6 @@ under mycroft.conf

// Mechanism used to play OGG audio files
// Override: SYSTEM
"play_ogg_cmdline": "ogg123 -q %1",

"Audio": {
// message.context may contains a source and destination
// native audio (playback / TTS) will only be played if a
// message destination is a native_source or if missing (considered a broadcast)
"native_sources": ["debug_cli", "audio"],

"backends": {
"OCP": {
"type": "ovos_common_play",
"active": true
},
"simple": {
"type": "ovos_audio_simple",
"active": true
},
"vlc": {
"type": "ovos_vlc",
"active": true
}
}
"play_ogg_cmdline": "ogg123 -q %1"
}
```
Loading

0 comments on commit 9817cfa

Please sign in to comment.