Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
f4309793
Unverified
Commit
f4309793
authored
Mar 22, 2021
by
AnujSinghal12
Committed by
GitHub
Mar 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change TestToSpeech to TextToSpeech (#2439)
parent
9b649e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appinventor/components/src/com/google/appinventor/components/runtime/TextToSpeech.java
...m/google/appinventor/components/runtime/TextToSpeech.java
+1
-1
No files found.
appinventor/components/src/com/google/appinventor/components/runtime/TextToSpeech.java
View file @
f4309793
...
@@ -54,7 +54,7 @@ import com.google.appinventor.components.runtime.util.YailList;
...
@@ -54,7 +54,7 @@ import com.google.appinventor.components.runtime.util.YailList;
// TODO(hal): This language and country code method using strings as abbreviations was
// TODO(hal): This language and country code method using strings as abbreviations was
// deprecated in API level 21.
// deprecated in API level 21.
@DesignerComponent
(
version
=
YaVersion
.
TEXTTOSPEECH_COMPONENT_VERSION
,
@DesignerComponent
(
version
=
YaVersion
.
TEXTTOSPEECH_COMPONENT_VERSION
,
description
=
"The Te
s
tToSpeech component speaks a given text aloud. You can set "
+
description
=
"The Te
x
tToSpeech component speaks a given text aloud. You can set "
+
"the pitch and the rate of speech. "
+
"the pitch and the rate of speech. "
+
"<p>You can also set a language by supplying a language code. This changes the pronunciation "
+
"<p>You can also set a language by supplying a language code. This changes the pronunciation "
+
"of words, not the actual language spoken. For example, setting the language to French "
+
"of words, not the actual language spoken. For example, setting the language to French "
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment