OVOS common play audio service adapter plugin
Project description
OCP - OVOS Common Play
OVOS Common Play is a full-fledged voice media player packaged as a mycroft audio plugin.
OCP handles the whole voice integration and playback functionality, it also integrates with external players via MPRIS
Skills provide search results, think about them as media providers/catalogs for OCP
You can find OCP skills in the awesome-ocp-skills list
Configuration
mycroft.conf
{
"Audio": {
"backends": {
"local": {
"type": "ovos_common_play",
"active": true
},
"simple": {
"type": "ovos_audio_simple",
"active": true
}
},
"default-backend": "local"
}
}
Standalone Mode
Normally OCP is initialized and started by ovos-audio.
However, in some situations you may want to run OCP in standalone mode.
For example, when running Hivemind Core with Hivemind Satellites, you want to run OCP at the Core, not the Satellite. You cannot run OCP on the satellite because it cannot register its intents. So you want to run OCP in standalone mode near to the Core.
How you do this depends on your setup. This packages provides the console script
ovos-ocp-standalone
. So running in standalone mode could be as simple as:
pip install ovos-plugin-common-play
ovos-ocp-standalone
It will read the configuration from ~/.config/mycroft/mycroft.conf
just like
all other OVOS applications.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ovos_plugin_common_play-0.0.7a7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ae797d40bce8b45eb4e2e595ddb0669c1944d21c0065f9ae7c4376a82254931 |
|
MD5 | 5b83de5cef35c56ab1e5e0eccde616b4 |
|
BLAKE2b-256 | a75dae8a43d39bf29480eae979f4819f1a7dd7e4aacddca828e11c4fae666c2e |
Hashes for ovos_plugin_common_play-0.0.7a7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 680be6e36e59873d97f52e906069a2bcf018a74465bc3a1fb8a78939286ae0f7 |
|
MD5 | f8b9a4decf7c1be4145d7ef1d36da93d |
|
BLAKE2b-256 | 428fa835f895f7cffb4c8c8212fd708192ceebe409a0ab9818459960798697bb |