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.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

neon_speech-4.1.0-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file neon_speech-4.1.0.tar.gz.

File metadata

  • Download URL: neon_speech-4.1.0.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for neon_speech-4.1.0.tar.gz
Algorithm Hash digest
SHA256 13279a70d6fc9a09e067f2e8e5784d051f916ef9af514d871cc84601b4673d68
MD5 4e77858ee640d05c7696db5fd1409e6c
BLAKE2b-256 b211c3c9dc9d748a0ed9c2a41b71d88c9d1cf80ce05631fb4ebcfd8f36d4f940

See more details on using hashes here.

Provenance

File details

Details for the file neon_speech-4.1.0-py3-none-any.whl.

File metadata

  • Download URL: neon_speech-4.1.0-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for neon_speech-4.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 46b383ecf455f84e5c5a1ce02336cee7369c80fb0b707fdcc7a64e916e2e387e
MD5 eac26d37ff28e4ba0a971250fb8eda83
BLAKE2b-256 a9afbd8a0b1dc08235808b5a401f03dc05ba2c5f772d3cbdc2479e7dc5e8b733

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