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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for neon_audio-1.3.2a5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df0018671eefad9eec95b53967fa1307044619d9b6faac38401e9c3a0d908df3 |
|
MD5 | 5dac92652280036f603aa834aabfca71 |
|
BLAKE2b-256 | 77c9fb5e5e20d997eff3159a9ccddd9a882543b0e2f83d37365cbe5d22674695 |