Skip to content

Commit 84f3453

Browse files
authored
Merge b577751 into db664be
2 parents db664be + b577751 commit 84f3453

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

source/speech/__init__.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,7 @@ def getSpellingSpeech( # noqa: C901
292292
if uppercase and synth.isSupported("pitch") and synthConfig["capPitchChange"]:
293293
yield PitchCommand()
294294
yield EndUtteranceCommand()
295-
296-
297-
# 'getSpeechForSpelling' should be considered deprecated, use getSpellingSpeech instead.
298-
# The name 'getSpeechForSpelling' was introduced during the 2019.3 release.
299-
# The decision was made to rename it to be consistent with the other functions (get*Speech) which create
300-
# speech sequences.
301-
getSpeechForSpelling = getSpellingSpeech
302-
295+
303296
def getCharDescListFromText(text,locale):
304297
"""This method prepares a list, which contains character and its description for all characters the text is made up of, by checking the presence of character descriptions in characterDescriptions.dic of that locale for all possible combination of consecutive characters in the text.
305298
This is done to take care of conjunct characters present in several languages such as Hindi, Urdu, etc.

0 commit comments

Comments
 (0)