Homeros distro changes:
- speech-ru and speech-en features are added; - speech-related things removed from homeros features; - speech/ directory for package lists added and other corresponding changes.
This commit is contained in:
parent
08706b6f43
commit
5dc287f885
@ -1,6 +1,6 @@
|
||||
|
||||
ifeq (distro,$(IMAGE_CLASS))
|
||||
|
||||
distro/homeros-mini: distro/.live-base use/live/textinstall use/homeros; @:
|
||||
distro/homeros-mini: distro/.live-base use/live/textinstall use/homeros use/speech-en; @:
|
||||
|
||||
endif
|
||||
|
@ -1,11 +1,7 @@
|
||||
use/homeros: use/control/sudo-su use/services
|
||||
@$(call add_feature)
|
||||
# @$(call set,BRANDING,simply-linux)
|
||||
# @$(call add,THE_BRANDING,menu xfce-settings)
|
||||
@$(call add,THE_LISTS,homeros/voiceman)
|
||||
@$(call add,THE_LISTS,homeros/homeros)
|
||||
@$(call add,THE_LISTS,homeros/tts)
|
||||
@$(call add,THE_LISTS,homeros/yasr)
|
||||
@$(call add,THE_LISTS,homeros/tools)
|
||||
# @$(call set,META_VOL_SET,Homeros)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,sshd voiceman)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,sshd)
|
||||
|
2
features.in/speech-en/README
Normal file
2
features.in/speech-en/README
Normal file
@ -0,0 +1,2 @@
|
||||
Эта фича полностью подготавливает англоязычный вывод речи на базе
|
||||
сервера VoiceMan.
|
5
features.in/speech-en/config.mk
Normal file
5
features.in/speech-en/config.mk
Normal file
@ -0,0 +1,5 @@
|
||||
use/speech-en:
|
||||
@$(call add_feature)
|
||||
@$(call add,THE_LISTS,speech/voiceman)
|
||||
@$(call add,THE_LISTS,speech/en)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,voiceman)
|
3
features.in/speech-en/live/image-scripts.d/10-rhvoice
Executable file
3
features.in/speech-en/live/image-scripts.d/10-rhvoice
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
/bin/ln -s /etc/tts.d/espeak.voiceman /etc/voiceman.d/espeak.output
|
2
features.in/speech-ru/README
Normal file
2
features.in/speech-ru/README
Normal file
@ -0,0 +1,2 @@
|
||||
Эта фича полностью подготавливает русскоязычный вывод речи на базе
|
||||
сервера VoiceMan.
|
5
features.in/speech-ru/config.mk
Normal file
5
features.in/speech-ru/config.mk
Normal file
@ -0,0 +1,5 @@
|
||||
use/speech-ru:
|
||||
@$(call add_feature)
|
||||
@$(call add,THE_LISTS,speech/voiceman)
|
||||
@$(call add,THE_LISTS,speech/ru)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,voiceman)
|
13
features.in/speech-ru/live/image-scripts.d/10-amixer
Executable file
13
features.in/speech-ru/live/image-scripts.d/10-amixer
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<EOF > /etc/rc.d/rc.local
|
||||
#!/bin/sh
|
||||
|
||||
amixer set Master 75%
|
||||
amixer set Master toggle
|
||||
amixer set PCM 75%
|
||||
amixer set PCM toggle
|
||||
|
||||
EOF
|
||||
|
||||
chmod 755 /etc/rc.d/rc.local
|
@ -1,2 +0,0 @@
|
||||
RHVoice
|
||||
espeak
|
1
pkg.in/lists/speech/en
Normal file
1
pkg.in/lists/speech/en
Normal file
@ -0,0 +1 @@
|
||||
espeak
|
3
pkg.in/lists/speech/ru
Normal file
3
pkg.in/lists/speech/ru
Normal file
@ -0,0 +1,3 @@
|
||||
RHVoice
|
||||
textlus-rhvoice
|
||||
|
Loading…
Reference in New Issue
Block a user