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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neon_speech-4.4.2a9.tar.gz.
File metadata
- Download URL: neon_speech-4.4.2a9.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad2bfca23bb93af52ccf34d90a06c5b8cb2501b32748be5780381f94c781556
|
|
| MD5 |
48268f07266eff9f23c867f9d5ba0a7a
|
|
| BLAKE2b-256 |
b03a373e5381088744fa200f26d1c10b095e6b1fed7e932e7aa6ec02f1d33e05
|
File details
Details for the file neon_speech-4.4.2a9-py3-none-any.whl.
File metadata
- Download URL: neon_speech-4.4.2a9-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8deca18cf38b0d88a98de4f5a3a2e3f85afaa60ddda193fae4968a9af8925c61
|
|
| MD5 |
b289a22d9dc3acc9f20e9bbb57f0b7d3
|
|
| BLAKE2b-256 |
0928ddc37c012ebad62845d2e53336fff72b654aea6d1b8632bcb3083daa9650
|