Skip to main content

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

neon_speech-4.4.2a2.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

neon_speech-4.4.2a2-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file neon_speech-4.4.2a2.tar.gz.

File metadata

  • Download URL: neon_speech-4.4.2a2.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for neon_speech-4.4.2a2.tar.gz
Algorithm Hash digest
SHA256 95b84c809b135a538809280cfe739d1cbd160bbd0f3726f2ee2ee90b7ee642c2
MD5 83da6873dccd0b1af0714d6e691db424
BLAKE2b-256 61a4a052715997ad67f1011def6a8c18df28a7581d664b4e338485444ff7c677

See more details on using hashes here.

Provenance

File details

Details for the file neon_speech-4.4.2a2-py3-none-any.whl.

File metadata

File hashes

Hashes for neon_speech-4.4.2a2-py3-none-any.whl
Algorithm Hash digest
SHA256 f191b45f6d46ad2a44f278cfca72a314835cef6d98bd815e4d459636a0c22e7b
MD5 2dfee9f4a6f6d72285ee4c3e3348d41f
BLAKE2b-256 84437494af87e31280f54a53b6e26a7745851f31fc1c29a396cf28c30d816acd

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page