From fefdd932fe141a146641abc60d4f177fa53da3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Mo=CC=88nig?= Date: Sat, 3 Mar 2018 23:38:19 +0100 Subject: [PATCH] added text-to-speech library --- libraries/LIBRARIES | 1 + libraries/speech_module.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 libraries/speech_module.xml diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index 0f434365..8b11a9ba 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -13,6 +13,7 @@ multiline.xml Allow multi-line text input to a block In general, text inputs all Eisenbergification.xml Provide getters and setters for all GUI-controlled global settings Eisenberg's Law: Anything that can be done from the GUI should be doable from the programming language, and vice versa. bignumbers.xml Infinite precision integers, exact rationals, complex The full Scheme numeric tower. "USE BIGNUMS " to enable. crayons.xml Provide 100 selected colors to use instead of hue for better selection +speech_module.xml Text to speech output text using speech synthesis. animation_module.xml Animation glide, grow and rotate using easing functions. pixel_module.xml Pixels manipulate costumes pixel-wise. audioComp_module.xml Audio Comp analyze, manipulate and generate sound samples. diff --git a/libraries/speech_module.xml b/libraries/speech_module.xml new file mode 100644 index 00000000..b1e71ad4 --- /dev/null +++ b/libraries/speech_module.xml @@ -0,0 +1,13 @@ +
de:sprich _ mit _ Aussprache _ und Höhe _ Geschwindigkeit _ Hello, World!en-USAmerican=en-US +British=en-GB +French=fr +German=de +Italian=it +Korean=ko +Spanish=es11
de:sprich _ mit _ Aussprache _ und Höhe _ Geschwindigkeit _ und warte Hello, World!en-USAmerican=en-US +British=en-GB +French=fr +German=de +Italian=it +Korean=ko +Spanish=es11
\ No newline at end of file