index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
TtsService
Commit message (
Expand
)
Author
Age
Files
Lines
*
Placeholder mdpi assets
Mike Cleron
2009-09-30
1
-0
/
+0
*
Newer icons
Mike Cleron
2009-09-30
1
-0
/
+0
*
New icons
Mike Cleron
2009-09-29
2
-1
/
+2
*
Modify the gain after filtering to prevent TTS clipping in en-US.
Jean-Michel Trivi
2009-09-01
1
-1
/
+1
*
Clean TTS logs: use a common TAG in the TTS service, don't show
Jean-Michel Trivi
2009-08-31
2
-26
/
+27
*
Add a synchronous stop method to TTS synth engine so that upon its destruction,
Jean-Michel Trivi
2009-08-31
3
-2
/
+43
*
Launch synthesis thread at max priority to prevent hicups in playback.
Jean-Michel Trivi
2009-08-28
1
-7
/
+12
*
Implement clean killing of the TTS service.
Jean-Michel Trivi
2009-08-26
1
-4
/
+62
*
am 0950c5de: Merge change 21226 into donut
Jean-Michel Trivi
2009-08-18
1
-3
/
+93
|
\
|
*
Fix bug 2046705 where the output of the speech synthesizer is too low.
Jean-Michel Trivi
2009-08-14
1
-3
/
+93
*
|
am eccd6fdd: Merge change 20673 into donut
Jean-Michel Trivi
2009-08-12
1
-18
/
+79
|
\
\
|
|
/
|
*
Fix bug 2043140.
Jean-Michel Trivi
2009-08-11
1
-18
/
+79
*
|
am fbe89ec6: Revert "Fix bug 2025765."
Jean-Michel Trivi
2009-08-04
1
-42
/
+4
|
\
\
|
|
/
|
*
Revert "Fix bug 2025765."
Jean-Michel Trivi
2009-08-04
1
-42
/
+4
*
|
am 377b21e9: Merge change 9502 into donut
Android (Google) Code Review
2009-08-03
1
-4
/
+42
|
\
\
|
|
/
|
*
Fix bug 2025765.
Jean-Michel Trivi
2009-08-03
1
-4
/
+42
*
|
am 2bad713f: Merge change 8860 into donut
Android (Google) Code Review
2009-07-30
1
-31
/
+31
|
\
\
|
|
/
|
*
Fix bug 2017664
Jean-Michel Trivi
2009-07-29
1
-31
/
+31
*
|
am 79858fe2: Merge change 8678 into donut
Android (Google) Code Review
2009-07-27
1
-8
/
+13
|
\
\
|
|
/
|
*
Fixing bug #2008185 - problem with the TTS dropping
Charles Chen
2009-07-27
1
-8
/
+13
*
|
Fix issue 1795088 Improve audio routing code
Eric Laurent
2009-07-23
1
-5
/
+5
|
/
*
Increase the volume of the AudioTrack instance used for the speech synthesis.
Jean-Michel Trivi
2009-07-21
1
-0
/
+1
*
Reset the speech synth singleton to null when the service is destroyed
Jean-Michel Trivi
2009-07-21
2
-28
/
+37
*
Make sure the speech synthesizer proxy is a singleton in the TTS service.
Jean-Michel Trivi
2009-07-21
1
-29
/
+31
*
Prevent the setLanguage() method in TextToSpeech to change the language
Jean-Michel Trivi
2009-07-20
2
-6
/
+20
*
Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)
Charles Chen
2009-07-18
1
-1
/
+1
*
Merge change 7829 into donut
Android (Google) Code Review
2009-07-17
1
-18
/
+24
|
\
|
*
Making sure that there are no calls made to the native TTS
Charles Chen
2009-07-17
1
-18
/
+24
*
|
Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.
Jean-Michel Trivi
2009-07-17
2
-32
/
+0
|
/
*
Delete global ref to the weak reference to the SynthProxy in the
Jean-Michel Trivi
2009-07-16
1
-0
/
+1
*
Fixing a race condition that causes synthesis to not be aborted
Charles Chen
2009-07-16
1
-2
/
+13
*
Merge change 7356 into donut
Android (Google) Code Review
2009-07-15
1
-20
/
+73
|
\
|
*
Fixing a bug in how stop works - keep stop from always stopping
Charles Chen
2009-07-14
1
-20
/
+73
*
|
Making sure that the audio buffers for speech are cleared
Charles Chen
2009-07-14
1
-3
/
+8
|
/
*
Cleaning up TtsService
Charles Chen
2009-07-14
1
-42
/
+38
*
Implementing utterance ID callbacks for silence and pre-recorded files
Charles Chen
2009-07-13
1
-17
/
+62
*
Adding Utterance ID to the TtsService.
Charles Chen
2009-07-13
1
-23
/
+43
*
Propagate optional audio stream type to the creation of the audio resources
Jean-Michel Trivi
2009-07-13
3
-26
/
+67
*
Fixing TTS breakage.
Charles Chen
2009-07-10
1
-17
/
+22
*
Use the TTS queue constants in the TTS service as defined in the
Jean-Michel Trivi
2009-07-10
1
-13
/
+13
*
Adding tagging to utterances to track which app said what.
Charles Chen
2009-07-10
1
-55
/
+64
*
Unbreaking the build.
Charles Chen
2009-07-09
1
-3
/
+0
*
Adding a lock to stop so that stop will stop utterances
Charles Chen
2009-07-09
1
-11
/
+36
*
Removing the ttsSynthDoneCallback logging.
Charles Chen
2009-07-07
1
-1
/
+1
*
Cleaning up logs.
Charles Chen
2009-07-07
2
-7
/
+8
*
Use the current Locale as the default language when TTS settings are not
Jean-Michel Trivi
2009-07-06
1
-3
/
+7
*
Fixes a compatibility issue with users that have the old TTS
Charles Chen
2009-07-06
2
-2
/
+2
*
Propagating the error codes through the TtsService
Charles Chen
2009-07-06
2
-43
/
+45
*
Adding tts result codes.
Charles Chen
2009-07-06
2
-48
/
+74
*
Removing IPA - IPA is already handled by the phoneme tag.
Charles Chen
2009-07-02
1
-117
/
+3
[next]