Reece H. Dunn
1f6d3eeb4b
Make mAvailableVoices final to avoid a lint warning on synchronized calls.
9 years ago
Reece H. Dunn
883e97fbd7
TextToSpeechTestCase: use isTtsLangCode to check TextToSpeech.LANG_*
9 years ago
Reece H. Dunn
c4230b01ca
Make Voice return the Java-based (ISO 639-3) language and country codes.
9 years ago
Reece H. Dunn
37117e7a45
Fix the Marathi sample text test on Android 4.0.
9 years ago
Reece H. Dunn
784c5e9c2d
Update the sample text tests for Android 6.0 (marshmallow).
9 years ago
Reece H. Dunn
90481713de
Remove unused variable.
9 years ago
Reece H. Dunn
19039c72ab
Merge branch 'master' into android
9 years ago
Reece H. Dunn
e6f6e97680
Remove the use of the native_data_t object.
9 years ago
Reece H. Dunn
66cfe9af2b
Implement SpeechSynthesis.getSampleRate in Java.
9 years ago
Reece H. Dunn
46c5f88c6f
Implement SpeechSynthesis.getBufferSizeInMillis in Java.
9 years ago
Reece H. Dunn
92ac250ddd
Implement SpeechSynthesis.getAudioFormat in Java.
9 years ago
Reece H. Dunn
c62a91fc0f
Implement SpeechSynthesis.getChannelCount in Java.
9 years ago
Reece H. Dunn
910a4129ba
Free w_list in MakeWordFreqList on exit.
9 years ago
Reece H. Dunn
7dfbdb56ea
Fix the logic in Lexicon_It to avoid leaking f_list_in when pass is not 1 or 2.
9 years ago
Reece H. Dunn
01dc335708
Close f_in on error in Lexicon_It.
9 years ago
Reece H. Dunn
ae1a016e58
Close f_in on error in Lexicon_De.
9 years ago
Reece H. Dunn
fd687c3162
Close f on error in LoadDictionary.
9 years ago
Reece H. Dunn
c39564c11f
Close f_in on error in CompileDictionary.
9 years ago
Reece H. Dunn
0b7a5a6ff1
Free new_translator on error in LoadVoice.
9 years ago
Reece H. Dunn
ebd64d961b
Fix a file leak in MakeVowelLists.
9 years ago
Reece H. Dunn
66eaac1d6c
Free f_prog_log on error in MakeVowelLists.
9 years ago
Reece H. Dunn
a77a4330ec
Free f_in in VowelChartList on exit.
9 years ago
Reece H. Dunn
6722fdaca2
Free frame on error in SpectSeq::Load2.
9 years ago
Reece H. Dunn
72d8be8c89
Free f_logespeak in LoadConfig if it has already been loaded.
9 years ago
Reece H. Dunn
ef7994f084
Free p on error in ReadPhFile.
9 years ago
Reece H. Dunn
be6ffd3449
Close the file opened in ReadPhondataManifest on error.
9 years ago
Reece H. Dunn
8d2f0edce2
Guard usage of f_log in compile_dictlist_file.
9 years ago
Reece H. Dunn
7afe4cf0bf
Fix spect_data memory leak in SpectFrame::ImportSPC2 when nx is 0.
9 years ago
Reece H. Dunn
1e8175590e
Delete spectseq on error conditions in VowelChartDir.
9 years ago
Reece H. Dunn
94eefd46d1
Delete spectseq on error conditions.
9 years ago
Reece H. Dunn
a23c5a6f76
Move MENU_ABOUT related objects into the MENU_ABOUT handler to avoid memory leaks.
9 years ago
Reece H. Dunn
af16ee6327
Free tune_data when returning from CompileIntonation.
9 years ago
Reece H. Dunn
6ae765f0f4
Delete spectseq on error conditions.
9 years ago
Reece H. Dunn
61522a12a3
espeakedit: fix argument processing for unicode argv types
9 years ago
Reece H. Dunn
48ba1899e4
tests: support the new Marathi language.
10 years ago
Reece H. Dunn
586c911d67
espeak 1.48.15
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJVL7LuAAoJENv8icfo4dtD7nsP/0b3TjBqUlYHJr2aUZjSStUB
So/7wyT8watGxav+q+59QBXIb/1MMkABREPSsH1XbVLVuLEBtAtEd+aenIW7AuPK
t4Q99Satb3Swcf39MQQjWrRGJP8mOTuxZklub6xUohT2eDPhIeNetgjYtrvmDCxu
/HjjjAuR6hQbzUVusoGso6ca1X4DyDU3aTqXHk95vRoHw8cpW20T63VZgX3J6xec
Cfjl9eETn0wPb8x1w1xS+V4D/xBVqOVy8iazj6MVFw2ZJGisdtxeqLsWyRy3anAb
ainfbRu5lySDlvveGdgTD+mSJOqVLtwrOFdL82OArY76zCwF366pnzogRLsIGRgc
EequlN4J22MWOtt3SUl55wcauXPlsj1uu/rmMQ98cR8L82Ew4oCWw4ZQwzZsH6vr
IKD0IPKduHqRV/vByNUnTy6sx5bWpm9X+42Ax1vzS+A+miAEidbp/PVv6aKi5PVw
j+R9ki9xL4X+4BxBKWxgMHeFYBmx/fs4Hy0+epdGCv/YI4qKQl2jsOHhZBcu/4ue
hQq2DlVS8F2LNp2Gh+gvRCgzdiNscy3x3pwIUWP8IA8UYF83065J8IhU0A8uVCGO
VgfxxdtzFfkQMcEbGyIo/x1hFCMEGSdqm6E8tFvkHSxgjHaK1REbfpAw7FpYVDU3
qvCbpFP8tqY2rVuGwo+I
=cU4/
-----END PGP SIGNATURE-----
Merge tag '1.48.15' into android
espeak 1.48.15
10 years ago
Reece H. Dunn
135f852598
getTtsLanguage: workaround NPE in >= Lollipop.
When there is no TTS engine selected, mTts.getVoice() will throw
a NullPointerException. This is a workaround to cope with this bug
in Android.
10 years ago
Reece H. Dunn
05b5837ff0
Use android plugin 1.2.3 for Android Studio 1.3.
10 years ago
Reece H. Dunn
c48bb4cd34
autotools: build the 'mr' dictionary
10 years ago
Reece H. Dunn
78d6119342
Merge branch 'development'
10 years ago
Reece H. Dunn
df3989c633
1.48.15 (from http://espeak.sourceforge.net/test/latest.html)
10 years ago
Reece H. Dunn
4de4687d3a
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
10 years ago
jonsd
f54252ea69
[1.48.15]
Language changes: en, fa, hr, pl, ta
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@389 d46cf337-b52f-0410-862d-fd96e6ae7743
10 years ago
Reece H. Dunn
4d1978262b
Merge branch 'development'
10 years ago
Reece H. Dunn
24f15196c4
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
10 years ago
jonsd
065a0e8f03
[1.48.14]
Language changes: af, en, eu, fa, hi, hu, id, it, mr, pl, ta.
zh (numbers)
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@388 d46cf337-b52f-0410-862d-fd96e6ae7743
10 years ago
Reece H. Dunn
1c6bdbd99d
Fix building with wxWidgets 2.8
10 years ago
Reece H. Dunn
af853e408e
Merge branch 'development'
10 years ago
Reece H. Dunn
e4a4ca28e1
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
10 years ago
jonsd
bfc7790a5a
[1.48.13]
Changes to:
en, pt,
it, implement ordinal numbers.
eu, stress positions.
es, revert change to [t] and [k]
de, change to sounds "pr" and "kr".
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@387 d46cf337-b52f-0410-862d-fd96e6ae7743
10 years ago