## Description
OpenVoiceOS companion plugin for [OpenVoiceOS STT Server](https://github.com/OpenVoiceOS/ovos-stt-http-server)
## Install
```bash
pip install ovos-stt-plugin-server
```
## Configuration
```json
"stt": {
"module": "ovos-stt-plugin-server",
"ovos-stt-plugin-server": {
"url": "https://0.0.0.0:8080/stt",
"verify_ssl": true
},
}
```
for audio language detection
```json
"listener": {
"audio_transformers": {
"ovos-audio-lang-server-plugin": {
"url": "https://0.0.0.0:8080/lang_detect",
"verify_ssl": true
}
}
}
```
### Security warning
Please note that while you can set `verify_ssl` to `false` to disable SSL
verification, this is not recommended and should only be used for testing
purposes. Consider using a private CA or certificates signed using
[Let's Encrypt](https://letsencrypt.org/) instead.
## Public servers
public server status page can be found at https://github.com/OpenVoiceOS/status
the default public servers run [Whisper](https://github.com/OpenVoiceOS/ovos-stt-plugin-fasterwhisper)
While there are associated risks with public servers, we value your trust in our products, learn more in Jarbas blog post [The Trust Factor in Public Servers](https://jarbasal.github.io/blog/2023/10/14/the-trust-factor-in-public-servers.html)
Raw data
{
"_id": null,
"home_page": "https://github.com/OpenVoiceOS/ovos-stt-server-plugin",
"name": "ovos-stt-plugin-server",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "mycroft OpenVoiceOS OVOS plugin stt",
"author": "JarbasAi",
"author_email": "jarbasai@mailfence.com",
"download_url": "https://files.pythonhosted.org/packages/0d/2e/157e3df819ba1c58f2cc6647d47b380e8ca8f8efdf2c2ef1ba280159fe48/ovos-stt-plugin-server-0.1.0.tar.gz",
"platform": null,
"description": "## Description\n\nOpenVoiceOS companion plugin for [OpenVoiceOS STT Server](https://github.com/OpenVoiceOS/ovos-stt-http-server)\n\n## Install\n\n```bash\npip install ovos-stt-plugin-server\n```\n\n## Configuration\n\n```json\n \"stt\": {\n \"module\": \"ovos-stt-plugin-server\",\n \"ovos-stt-plugin-server\": {\n \"url\": \"https://0.0.0.0:8080/stt\",\n \"verify_ssl\": true\n },\n }\n```\n\nfor audio language detection\n\n```json\n \"listener\": {\n \"audio_transformers\": {\n \"ovos-audio-lang-server-plugin\": {\n \"url\": \"https://0.0.0.0:8080/lang_detect\",\n \"verify_ssl\": true\n }\n }\n }\n```\n\n### Security warning\n\nPlease note that while you can set `verify_ssl` to `false` to disable SSL\nverification, this is not recommended and should only be used for testing\npurposes. Consider using a private CA or certificates signed using\n[Let's Encrypt](https://letsencrypt.org/) instead.\n\n## Public servers\n\npublic server status page can be found at https://github.com/OpenVoiceOS/status\n\nthe default public servers run [Whisper](https://github.com/OpenVoiceOS/ovos-stt-plugin-fasterwhisper)\n\nWhile there are associated risks with public servers, we value your trust in our products, learn more in Jarbas blog post [The Trust Factor in Public Servers](https://jarbasal.github.io/blog/2023/10/14/the-trust-factor-in-public-servers.html)\n\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ovos stt server plugin for mycroft",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/OpenVoiceOS/ovos-stt-server-plugin"
},
"split_keywords": [
"mycroft",
"openvoiceos",
"ovos",
"plugin",
"stt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "79895d305788959bb58e9abf79c934ebb69827297415ff5bd1c6cab177ae2f08",
"md5": "7009f036ec2b4ccd9c34ca49666cd264",
"sha256": "7f1dbccde21c5694ee48f68948a9aabc9a9d1f1637201bf4e07126ddc67928f7"
},
"downloads": -1,
"filename": "ovos_stt_plugin_server-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7009f036ec2b4ccd9c34ca49666cd264",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9499,
"upload_time": "2024-11-25T00:30:21",
"upload_time_iso_8601": "2024-11-25T00:30:21.572297Z",
"url": "https://files.pythonhosted.org/packages/79/89/5d305788959bb58e9abf79c934ebb69827297415ff5bd1c6cab177ae2f08/ovos_stt_plugin_server-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d2e157e3df819ba1c58f2cc6647d47b380e8ca8f8efdf2c2ef1ba280159fe48",
"md5": "2ba7b2bc7501766003f714b89d8409e7",
"sha256": "499926387e8545318017b456c7d722728d0c1606ab8a5b4ca72f88564f3974e9"
},
"downloads": -1,
"filename": "ovos-stt-plugin-server-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "2ba7b2bc7501766003f714b89d8409e7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9256,
"upload_time": "2024-11-25T00:30:22",
"upload_time_iso_8601": "2024-11-25T00:30:22.483630Z",
"url": "https://files.pythonhosted.org/packages/0d/2e/157e3df819ba1c58f2cc6647d47b380e8ca8f8efdf2c2ef1ba280159fe48/ovos-stt-plugin-server-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 00:30:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OpenVoiceOS",
"github_project": "ovos-stt-server-plugin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ovos-stt-plugin-server"
}