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.4.1a2.tar.gz
(17.0 kB
view hashes)
Built Distribution
Close
Hashes for neon_audio-1.4.1a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1394070fed61c94f05e3286a736083e9c283eae2a0110d84750103ac857f1f1f |
|
MD5 | 9b9b838b066980f9c65cd1c89ad3c430 |
|
BLAKE2b-256 | 2af141cd600ea05a3419e4d42144c0e9f47bd5530b7fd5b127c9765bec25886a |