Audio Module for Neon Core. This module can be treated as a replacement for the mycroft-core speech module. This module handles input text, performs TTS, and optionally returns the audio or plays it back locally.
neon-audio
extends mycroft-audio
with the following added functionality:
- Support for translated output languages
- Support for multiple language spoken responses (multiple users and/or multi-language users)
- Messagebus API listeners to handle outside requests for TTS
- Arbitrary configuration supported by passing at module init
Mycroft TTS plugins are compatible with neon-speech
.