Neon Audio Module
Project description
Neon Audio
Audio Module for Neon Core. This module can be treated as a replacement for the 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.
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
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
neon-audio-1.5.1.tar.gz
(17.4 kB
view details)
Built Distribution
File details
Details for the file neon-audio-1.5.1.tar.gz
.
File metadata
- Download URL: neon-audio-1.5.1.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 418b008b2e968d42563ae9b09181df42770633c96834020abe88e8aeb2638948 |
|
MD5 | 1ed16f298fd0f1d1cd3506d7da34e9ec |
|
BLAKE2b-256 | 27d9157bf955fc70d4ad3802f28a785d24ba2e417972a20b5ed55440f773c3f3 |
File details
Details for the file neon_audio-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: neon_audio-1.5.1-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52f342227a2b8d2612c76cb065a5edf16d37b1e59cc9367f655b7bc00d4c1b65 |
|
MD5 | d7ae48fb0e4a1c36d980292e5ff08216 |
|
BLAKE2b-256 | 7b40a6e73958a816dc9fcf7e6cfdc510e4eeb197645f4a7b91ec09411732c94a |