Skip to content

Commit

Permalink
feat/ocp_pipeline (#96)
Browse files Browse the repository at this point in the history
* feat/ocp_pipeline

* feat/OCP_backends

* Update mycroft.conf

* Update mycroft.conf

* Update mycroft.conf

* Update mycroft.conf

* "adapt_low",

* Update mycroft.conf

* Update mycroft.conf

* remove deprecated flag

got rid of it OpenVoiceOS/ovos-core#491

---------

Co-authored-by: JarbasAi <[email protected]>
Co-authored-by: JarbasAI <[email protected]>
  • Loading branch information
3 people authored Jun 4, 2024
1 parent 084896a commit f58cb6a
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,37 @@

// Intent Pipeline / plugins config
"intents" : {
"OCP": {
// legacy forces old audio service instead of OCP
"legacy": false,
// min confidence (0.0 - 1.0) to accept MediaType
"classifier_threshold": 0.4,
// min conf for each result (0 - 100)
"min_score": 50,
// filter results from "wrong" MediaType
"filter_media": true,
// filter results we lack plugins to play
"filter_SEI": true,
// playback mode
// 0 - auto
// 10 - audio results only
// 20 - video results only
"playback_mode": 0,
// if MediaType query fails, try Generic query
"search_fallback": true
},

// the pipeline is a ordered set of frameworks to send an utterance too
// if one of the frameworks fails the next one is used, until an answer is found
// NOTE: if padatious is not installed, it will be replaced with padacioso (much slower)
// in the future these will become plugins, and new pipeline stages can be added by end users
"pipeline": [
"stop_high",
"converse",
"ocp_high",
"padatious_high",
"adapt_high",
"ocp_medium",
"fallback_high",
"stop_medium",
"adapt_medium",
Expand Down Expand Up @@ -349,7 +371,7 @@
}
},

// The mycroft-core messagebus websocket
// The ovos-core messagebus websocket
"websocket": {
"host": "127.0.0.1",
"port": 8181,
Expand Down Expand Up @@ -681,7 +703,10 @@
"translation_module": "ovos-translate-plugin-server"
},

// Media playback
// placeholder to help in migration to ovos-media
// if set to False the legacy audio service won't load
"enable_old_audioservice": true,

"Audio": {
// message.context may contains a source and destination
// native audio (playback / TTS) will only be played if a
Expand Down

0 comments on commit f58cb6a

Please sign in to comment.