forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter_SEI option didnt account for using legacy audio service config was also not being passed to the OCPPipeline ```javascript { "intents": { "OCP": { // legacy forces old audio service instead of OCP "legacy": false, // min confidence to accept MediaType "classifier_threshold": 0.4, // filter results settings "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 // 30 - cast video to audio unconditionally "playback_mode": 0, // if MediaType query fails, try Generic query "search_fallback": true, // enable mycroft common play pipeline "legacy_cps": true } } } ```
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters