Neon Speech Module
Project description
Neon Speech
Speech (Voice) Module for Neon Core. This module can be treated as a replacement for the mycroft-core speech module. This module handles input audio, performs STT, and optionally returns the text or forwards it to the skills module for intent parsing.
Neon Enhancements
neon-speech
extends mycroft-speech
with the following added functionality:
- Support for continuous STT without a wake word
- Audio processing module plugin system to modify audio and extract context
- Messagebus API listeners to handle outside requests for STT or inputs to the skills module
- Arbitrary configuration supported by passing at module init
Compatibility
Mycroft STT and Wake Word plugins are compatible with neon-speech
, with the exception of skipping wake words,
which is currently only supported by Neon STT plugins.
Running in Docker
The included Dockerfile
may be used to build a docker container for the neon_speech module. The below command may be used
to start the container.
docker run -d \
--network=host \
--name=neon_speech \
-v ~/.config/pulse/cookie:/tmp/pulse_cookie:ro \
-v ${XDG_RUNTIME_DIR}/pulse:${XDG_RUNTIME_DIR}/pulse:ro \
--device=/dev/snd:/dev/snd \
-e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \
-e PULSE_COOKIE=/tmp/pulse_cookie \
neon_speech
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
Built Distribution
File details
Details for the file neon_speech-2.0.1a7-py3-none-any.whl
.
File metadata
- Download URL: neon_speech-2.0.1a7-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9218affb4cca63657e597cfaae2592120f08d83ca2a1e8f341122874449dd601 |
|
MD5 | f2bf8ae9beb0597c3b07fa1ea9b76ad4 |
|
BLAKE2b-256 | 6eb8963c1256bcc8f4516e7978b83bb9acb5d99e843f8a032a4e7c7c4334200b |