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.2.1a6.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

neon_speech-4.2.1a6-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file neon_speech-4.2.1a6.tar.gz.

File metadata

  • Download URL: neon_speech-4.2.1a6.tar.gz
  • Upload date:
  • Size: 13.3 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.2.1a6.tar.gz
Algorithm Hash digest
SHA256 2dcadc9c7900294706bb8c2ca86169faa344f3541be15313ad56d7de59b5894f
MD5 4f5b98621af763139e0dd61b0774c89a
BLAKE2b-256 ce03cc97fc24b51cd679ce937ee5b352ffdf9e1100ec6c4bf5569350ba2ab53b

See more details on using hashes here.

Provenance

File details

Details for the file neon_speech-4.2.1a6-py3-none-any.whl.

File metadata

File hashes

Hashes for neon_speech-4.2.1a6-py3-none-any.whl
Algorithm Hash digest
SHA256 67b483eea315df91e7dcc6ebff9d32fac46215d1840f6177d74a49d418f73a58
MD5 c6537d7a6c4413270c86b5dc62dd8831
BLAKE2b-256 27a811dad9b97ccc2b0b657ad1feef43507dcd1c0e5d9587a7139c4c63367371

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