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
/
core
/
java
/
android
/
speech
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some AudioTrack related issues.
Narayan Kamath
2011-07-21
2
-19
/
+29
*
Fix a threading issue in AudioPlaybackHandler
Narayan Kamath
2011-07-19
1
-14
/
+22
*
Few minor TTS clean ups.
Narayan Kamath
2011-07-18
3
-12
/
+14
*
Fix a few threading issues in the AudioPlaybackHandler.
Narayan Kamath
2011-07-18
4
-46
/
+67
*
Improve TextToSpeech#isSpeaking()
Narayan Kamath
2011-07-15
3
-2
/
+18
*
Merge "Remove the completeAudioAvailable API."
Narayan Kamath
2011-07-15
4
-141
/
+8
|
\
|
*
Remove the completeAudioAvailable API.
Narayan Kamath
2011-07-14
4
-141
/
+8
*
|
Minor cleanups to TextToSpeech.
Narayan Kamath
2011-07-14
1
-20
/
+25
|
/
*
Wait until the audio track finishes playing before releasing it.
Narayan Kamath
2011-07-13
2
-7
/
+29
*
Add event-log logging for TTS requests.
Narayan Kamath
2011-07-08
6
-13
/
+225
*
Minor changes to AudioTrack handling
Narayan Kamath
2011-07-05
1
-2
/
+9
*
Expose the currently used engine to bundled apps.
Narayan Kamath
2011-06-27
1
-1
/
+10
*
New API for TTS settings.
Narayan Kamath
2011-06-21
2
-0
/
+103
*
Merge "Don't enforce defaults any more in the TextToSpeech API."
Narayan Kamath
2011-06-16
3
-77
/
+14
|
\
|
*
Don't enforce defaults any more in the TextToSpeech API.
Narayan Kamath
2011-06-16
3
-77
/
+14
*
|
Increase the visibility of SynthesisRequest
Narayan Kamath
2011-06-15
1
-1
/
+1
|
/
*
Fix a bug in TextToSpeech.
Narayan Kamath
2011-06-15
1
-1
/
+1
*
Merge "A few TTS bug fixes"
Narayan Kamath
2011-06-14
2
-7
/
+36
|
\
|
*
A few TTS bug fixes
Narayan Kamath
2011-06-14
2
-7
/
+36
*
|
Deprecate setEngineByPackageName
Narayan Kamath
2011-06-14
1
-3
/
+5
|
/
*
Refactor some of TextToSpeech
Narayan Kamath
2011-06-10
2
-134
/
+212
*
Merge "Don't hardcode the default engine."
Narayan Kamath
2011-06-10
1
-20
/
+119
|
\
|
*
Don't hardcode the default engine.
Narayan Kamath
2011-06-10
1
-20
/
+119
*
|
Some TTS fixes.
Narayan Kamath
2011-06-10
3
-17
/
+70
|
/
*
Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.
Narayan Kamath
2011-06-09
7
-81
/
+270
*
Make changes to the TTS api suggested by the API review.
Narayan Kamath
2011-06-08
6
-139
/
+229
*
Fix the threading behaviour of TTS audio requests.
Narayan Kamath
2011-06-07
7
-240
/
+686
*
Language loading / availablity should repsect defaults enforcement.
Narayan Kamath
2011-06-02
1
-1
/
+30
*
Add a separate thread for writing to audiotracks.
Narayan Kamath
2011-05-25
2
-26
/
+71
*
Pass synthesis request params through to the TTS service.
Narayan Kamath
2011-05-17
5
-10
/
+56
*
Expose TTS engine API
Bjorn Bringert
2011-04-27
3
-15
/
+12
*
Fix onCompleteAudioAvailable
Narayan Kamath
2011-04-19
1
-14
/
+62
*
Merge "TTS: SynthesisRequest.error() instead of return value"
Bjorn Bringert
2011-04-19
4
-6
/
+51
|
\
|
*
TTS: SynthesisRequest.error() instead of return value
Bjorn Bringert
2011-04-19
4
-6
/
+51
*
|
Only return default TTS engines from TTS.getEngines()
Bjorn Bringert
2011-04-18
1
-1
/
+2
|
/
*
Improve TTS engine audio buffer API
Bjorn Bringert
2011-04-15
3
-33
/
+160
*
Add Java API for writing TTS engines
Bjorn Bringert
2011-04-15
9
-736
/
+2086
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
1
-1
/
+0
*
Add EXTRA_ORIGIN to RecognizerIntent.
Mike LeBeau
2011-04-05
1
-0
/
+8
*
Support speech recognizer confidence values.
Mike LeBeau
2011-04-05
3
-8
/
+42
*
am d35f9390: am 000466d7: am 125be9c8: Merge "Fixing a race condition in Reco...
Valentin Kravtsov
2011-03-18
1
-2
/
+12
|
\
|
*
am 000466d7: am 125be9c8: Merge "Fixing a race condition in RecognitionServic...
Valentin Kravtsov
2011-03-18
1
-2
/
+12
|
|
\
|
|
*
Fixing a race condition in RecognitionService
Valentin Kravtsov
2011-03-02
1
-2
/
+12
*
|
|
Exception handling clean-up in TextToSpeech.java
Bjorn Bringert
2011-03-08
1
-298
/
+80
|
/
/
*
|
Fix bug 3511256 invalid TTS parameter cache size
Jean-Michel Trivi
2011-03-03
1
-1
/
+3
*
|
resolved conflicts for merge of 3ebade5d to honeycomb-plus-aosp
Jean-Michel Trivi
2011-01-24
1
-6
/
+17
|
\
\
|
|
/
|
*
Bug 3365937 notify TTS initialization listener of binding errors
Jean-Michel Trivi
2011-01-20
1
-5
/
+16
*
|
Fix bug 2084122: enable application control over text synth volume
Jean-Michel Trivi
2011-01-11
1
-4
/
+2
*
|
Add support in TTS for volume and panning control of the synth output
Jean-Michel Trivi
2011-01-05
1
-30
/
+81
*
|
am 0655b31d: am 12b82c8d: Merge "Unhide RecognizerResultsIntent. This API was...
Mike LeBeau
2010-12-20
1
-16
/
+2
|
\
\
|
|
/
[next]