1 comment "mimic needs a toolchain w/ wchar"
2 depends on !BR2_USE_WCHAR
4 config BR2_PACKAGE_MIMIC
6 depends on BR2_USE_WCHAR
8 Mimic is a fast, lightweight Text-to-speech engine developed
9 by Mycroft A.I. and VocaliD, based on Carnegie Mellon
10 University's Flite (Festival-Lite) software. Mimic takes in
11 text and reads it out loud to create a high quality voice.
13 https://github.com/MycroftAI/mimic
18 prompt "audio backend"
19 default BR2_PACKAGE_MIMIC_AUDIO_BACKEND_NONE
21 config BR2_PACKAGE_MIMIC_AUDIO_BACKEND_NONE
24 With no backend, mimic will only be able to produce .wav
27 config BR2_PACKAGE_MIMIC_AUDIO_BACKEND_ALSA
29 depends on BR2_PACKAGE_ALSA_LIB
31 config BR2_PACKAGE_MIMIC_AUDIO_BACKEND_PORTAUDIO
32 bool "alsa via portaudio"
33 depends on BR2_PACKAGE_PORTAUDIO
35 config BR2_PACKAGE_MIMIC_AUDIO_BACKEND_PULSEAUDIO
37 depends on BR2_PACKAGE_PULSEAUDIO
41 endif # BR2_PACKAGE_MIMIC