index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
talk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-99
/
+6
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-31
/
+2
2020-07-24
talk: Force-shutdown the voice system before loading a new voice
Solomon Peachy
1
-0
/
+3
2020-07-21
build: Tweaks to better support non-English as primary language
Solomon Peachy
1
-0
/
+2
2020-07-21
genlang: More voice-related fixes.
Solomon Peachy
1
-1
/
+1
2020-07-15
talk: only show the "failed reading .voice" splash if talking is enabled
Solomon Peachy
1
-1
/
+2
2020-07-09
voice file not loading
Peter Sealy
1
-1
/
+1
2020-05-22
talk.h add failed to load splash
William Wilgus
1
-1
/
+4
2020-05-22
talk.h add init status to debug menu
William Wilgus
1
-3
/
+21
2020-04-17
talk.h make voice files check for proper number of entries on load
William Wilgus
1
-1
/
+8
2019-08-06
Respect age when freeing thumbnails from clip cache.
Solomon Peachy
1
-6
/
+16
2019-08-05
Improved robustness in talk code
Solomon Peachy
1
-7
/
+18
2019-07-20
FS#7704 - Talk support for plugins
Solomon Peachy
1
-3
/
+0
2018-12-22
Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)
William Wilgus
1
-16
/
+55
2018-12-15
Fix HWCODEC builds.
Solomon Peachy
1
-2
/
+0
2018-12-15
FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer
Solomon Peachy
1
-4
/
+52
2018-12-09
Fix possible truncation misc.c->output_dyn_value + use Kibytes
William Wilgus
1
-1
/
+1
2014-02-03
talk: On hwcodec disabling DMA interrupt is required during buflib move
Thomas Martitz
1
-1
/
+9
2014-02-03
Fix warnings.
Thomas Martitz
1
-0
/
+2
2014-02-02
talk/voice: Reduce the size of the commit buffer.
Thomas Martitz
1
-6
/
+11
2014-02-02
talk.c: The new cache management is good enough to use it for .talk clips as ...
Thomas Martitz
1
-165
/
+104
2014-02-02
talk.c: The new cache management is good enough to use it on all targets.
Thomas Martitz
1
-183
/
+189
2014-02-02
talk: Smarter cache management for TALK_PARTIAL_LOAD.
Thomas Martitz
1
-282
/
+373
2014-02-02
talk: Add debug menu entry to view statistics about talk engine.
Thomas Martitz
1
-2
/
+59
2014-02-02
talk: Make talk_voice_required() local to talk.c
Thomas Martitz
1
-13
/
+13
2014-02-02
talk/hwcodec: Do always free the clip buffer in shrink_callback().
Thomas Martitz
1
-1
/
+10
2014-01-27
talk: When no voice file is loaded don't even attempt to load the clip, it's ...
Thomas Martitz
1
-1
/
+3
2014-01-26
hwcodec/talk.c: Give the thumbnail buffer regardless of the talk buffer policy.
Thomas Martitz
1
-20
/
+30
2013-12-24
hwcodec: core_alloc_maximum() returned 0 bytes if talk.c controls the audio b...
Thomas Martitz
1
-0
/
+6
2013-12-23
Fix yellow.
Thomas Martitz
1
-0
/
+1
2013-12-23
playback,talk: Share audiobuffer via core_alloc_maximum().
Thomas Martitz
1
-331
/
+430
2012-06-05
Add comment to clarify calculation.
Dominik Riebeling
1
-1
/
+3
2012-05-24
More snafu fix. Need a couple more patchups for now.
Michael Sevakis
1
-0
/
+1
2012-05-24
Correct snafu in talk.c
Michael Sevakis
1
-1
/
+1
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
1
-17
/
+41
2012-03-04
Tweak paramters of mp3_play_data and callback.
Michael Sevakis
1
-2
/
+2
2011-12-15
Add conditionals for functions only needed on SWCODEC targets.
Boris Gjenero
1
-0
/
+2
2011-11-06
Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow.
Jens Arnold
1
-2
/
+1
2011-11-06
Voice related fixes and cleaup
Jens Arnold
1
-42
/
+18
2011-11-06
Fix warning and typos.
Thomas Martitz
1
-2
/
+2
2011-11-06
Fix broken voice when .talk files are used and voice buffer calculation.
Thomas Martitz
1
-3
/
+3
2011-11-03
Properly initialize variable to get voice going again. GCC didn't catch this ...
Thomas Martitz
1
-1
/
+1
2011-10-26
Fix FS#12241. Voice stopped working after audio_get_buffer() calls.
Thomas Martitz
1
-1
/
+6
2011-10-12
Make a few local functions static
Bertrik Sikken
1
-1
/
+1
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
1
-2
/
+1
2011-08-22
Move stuff a bit down to fix red on TALK_PARTIAL_LOAD.
Thomas Martitz
1
-8
/
+15
2011-08-22
Fix red on hwcodec.
Thomas Martitz
1
-2
/
+10
2011-08-21
Talk: Unify hwcodec and swcodec handling.
Thomas Martitz
1
-23
/
+16
2011-08-14
Add change that got lost somehow in r30308.
Thomas Martitz
1
-4
/
+2
2011-08-14
Fix remaining problems.
Thomas Martitz
1
-3
/
+3
[next]