# Neon Audio
Audio Module for Neon Core. This module can be treated as a replacement for the
[mycroft-core](https://github.com/MycroftAI/mycroft-core) speech module. This module handles input text, performs TTS,
and optionally returns the audio or plays it back locally.
## Neon Enhancements
`neon-audio` extends `mycroft-audio` with the following added functionality:
* Support for translated output languages
* Support for multiple language spoken responses (multiple users and/or multi-language users)
* Messagebus API listeners to handle outside requests for TTS
* Arbitrary configuration supported by passing at module init
## Compatibility
Mycroft TTS plugins are compatible with `neon-speech`.
## Running in Docker
The included `Dockerfile` may be used to build a docker container for the neon_audio module. The below command may be used
to start the container.
```shell
docker run -d \
--network=host \
--name=neon_audio \
-v ~/.config/pulse/cookie:/tmp/pulse_cookie:ro \
-v ${XDG_RUNTIME_DIR}/pulse:${XDG_RUNTIME_DIR}/pulse:ro \
-v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:rw \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
--device=/dev/snd:/dev/snd \
-e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \
-e PULSE_COOKIE=/tmp/pulse_cookie \
-e DISPLAY=${DISPLAY} \
neon_audio
```
Raw data
{
"_id": null,
"home_page": "https://github.com/NeonGeckoCom/neon_audio",
"name": "neon-audio",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Neongecko",
"author_email": "developers@neon.ai",
"download_url": "https://files.pythonhosted.org/packages/28/ef/02c5685e2bbcff3b96695341ba371b186272f8c9f97c655c041a7c2033fd/neon-audio-1.7.0.tar.gz",
"platform": null,
"description": "# Neon Audio\nAudio Module for Neon Core. This module can be treated as a replacement for the\n[mycroft-core](https://github.com/MycroftAI/mycroft-core) speech module. This module handles input text, performs TTS, \nand optionally returns the audio or plays it back locally.\n\n## Neon Enhancements\n`neon-audio` extends `mycroft-audio` with the following added functionality:\n* Support for translated output languages\n* Support for multiple language spoken responses (multiple users and/or multi-language users)\n* Messagebus API listeners to handle outside requests for TTS\n* Arbitrary configuration supported by passing at module init\n\n## Compatibility\nMycroft TTS plugins are compatible with `neon-speech`.\n\n## Running in Docker\nThe included `Dockerfile` may be used to build a docker container for the neon_audio module. The below command may be used\nto start the container.\n\n```shell\ndocker run -d \\\n--network=host \\\n--name=neon_audio \\\n-v ~/.config/pulse/cookie:/tmp/pulse_cookie:ro \\\n-v ${XDG_RUNTIME_DIR}/pulse:${XDG_RUNTIME_DIR}/pulse:ro \\\n-v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:rw \\\n-v /tmp/.X11-unix:/tmp/.X11-unix:ro \\\n--device=/dev/snd:/dev/snd \\\n-e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \\\n-e PULSE_COOKIE=/tmp/pulse_cookie \\\n-e DISPLAY=${DISPLAY} \\\nneon_audio\n```\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Neon Audio Module",
"version": "1.7.0",
"project_urls": {
"Homepage": "https://github.com/NeonGeckoCom/neon_audio"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c5649279d89ac38c6fc099164c41d268b1d83adde92cc65e16ab80de6d818443",
"md5": "339ff0c793f5dadc52340c80951e7bb5",
"sha256": "55050714a1763f990e041d7ed7494c02c85cec9d0dfec300db805bb0014e7b6b"
},
"downloads": -1,
"filename": "neon_audio-1.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "339ff0c793f5dadc52340c80951e7bb5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 31758,
"upload_time": "2025-09-15T16:50:30",
"upload_time_iso_8601": "2025-09-15T16:50:30.747923Z",
"url": "https://files.pythonhosted.org/packages/c5/64/9279d89ac38c6fc099164c41d268b1d83adde92cc65e16ab80de6d818443/neon_audio-1.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "28ef02c5685e2bbcff3b96695341ba371b186272f8c9f97c655c041a7c2033fd",
"md5": "68aae4e03ce162477be79a11b6e68a6c",
"sha256": "fc9abae8a1776b221e165ec0547bb7465f71dd37595e46b907ea0d0bceca49d7"
},
"downloads": -1,
"filename": "neon-audio-1.7.0.tar.gz",
"has_sig": false,
"md5_digest": "68aae4e03ce162477be79a11b6e68a6c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18889,
"upload_time": "2025-09-15T16:50:32",
"upload_time_iso_8601": "2025-09-15T16:50:32.167181Z",
"url": "https://files.pythonhosted.org/packages/28/ef/02c5685e2bbcff3b96695341ba371b186272f8c9f97c655c041a7c2033fd/neon-audio-1.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-15 16:50:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NeonGeckoCom",
"github_project": "neon_audio",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "neon-audio"
}