A "TTS" plugin for Neon
Project description
NeonAI Audio Files TTS Plugin
Mycroft compatible TTS Plugin for playing back static audio files. Plugin will look for a file whose name matches the requested TTS string and play it back.
Configuration:
tts:
module: neon-tts-plugin-audiofiles
neon-tts-plugin-audiofiles:
audio_file_path: ~/tts_audio_files
Usage
The path to audio files should be specified in configuration as noted above.
If using this with the default Neon Docker Implementation,
audio files will be read from xdg/data/neon/AudioFileTTS
by default.
Audio filenames should generally match the text used to generate them,
with any special characters (i.e. /
) replaced with _
. If
unsure about capitalization, files may be lowercased, though a properly cased
file will take priority over a lowercased one.
For example, the tts request What time is it?
would resolve
the file what time is it_.wav
Some default audio files are provided with this plugin, but it is expected that
any potential TTS requests have supporting wav
audio files at audio_file_path
.
Audio files may be organized in any directory structure within that directory.
Examples
text | filename |
---|---|
What time is it? | What time is it_.wav |
It is 11:30 AM | it is 11_30 am.wav |
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
Built Distribution
File details
Details for the file neon-tts-plugin-audiofiles-0.0.3a2.tar.gz
.
File metadata
- Download URL: neon-tts-plugin-audiofiles-0.0.3a2.tar.gz
- Upload date:
- Size: 554.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1eec9d4a510be4432a97ed94ffe323cf134ef33b7708ec1c18d3fd993719f0e |
|
MD5 | 502358153b469e38b4c14385cbf5aaf2 |
|
BLAKE2b-256 | b38c71862fe44b2c9b2e1fb80caee2ab51d933e42e840d64fa825c0d6e8e7045 |
File details
Details for the file neon_tts_plugin_audiofiles-0.0.3a2-py3-none-any.whl
.
File metadata
- Download URL: neon_tts_plugin_audiofiles-0.0.3a2-py3-none-any.whl
- Upload date:
- Size: 552.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e53f69e887a23a54beda5cf43275e35d97614ec2490ff447e087e39422b048d8 |
|
MD5 | ec8789586aac753440142afd6d7f677a |
|
BLAKE2b-256 | f5a6e774554982f4f86fe36f0d0d7374cf3dbfffa64a129de74480e275afc222 |