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.1a1.tar.gz
(17.4 kB
view hashes)
Built Distribution
Close
Hashes for neon_audio-1.5.1a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdb76685647b9527bead3d8428166dda0eedf91a9fe17ec2587b7bf0e7e81847 |
|
MD5 | 845c7466fe630e94aaba53a00c40a642 |
|
BLAKE2b-256 | b1e198d1a0147ab049439dbbb3487dff7c95004a9ca06b7cef066c47c65ca32b |