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.1.1a4.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

neon_speech-4.1.1a4-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file neon_speech-4.1.1a4.tar.gz.

File metadata

  • Download URL: neon_speech-4.1.1a4.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for neon_speech-4.1.1a4.tar.gz
Algorithm Hash digest
SHA256 2e7dc47cc6873b69c15b52674ffd0a34e4d7773e244416b7e29e8f9a767f505e
MD5 2f0214973e898274b7b91ef46c868734
BLAKE2b-256 0ff1ccea3676a18ad460b334661e649b7a4bdf27f8df7f57bb9f65d95fcb2a22

See more details on using hashes here.

Provenance

File details

Details for the file neon_speech-4.1.1a4-py3-none-any.whl.

File metadata

File hashes

Hashes for neon_speech-4.1.1a4-py3-none-any.whl
Algorithm Hash digest
SHA256 69f84dc6297830b318e483ced94b980ab9a5b1b58c07c7405a258d25d519c05d
MD5 5b0b0118dea55da28906f320ec08be3c
BLAKE2b-256 bce329394ef3a2e57ea3544bd7c1922ddd19e0c28766ddf76e418f4f7f0fa19e

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