index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
voice_thread.c
Age
Commit message (
Expand
)
Author
2012-03-04
Tweak paramters of mp3_play_data and callback.
Michael Sevakis
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
2011-09-01
Remove obsolete init cruft from audio system because of diminished dependenci...
Michael Sevakis
2011-08-30
Clean up and simplify the voice thread code.
Michael Sevakis
2011-07-08
Voice doesn't have to consume 100% CPU while waiting for an output buffer to ...
Michael Sevakis
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
2010-12-10
Base voice thread stack size on DEFAULT_STACK_SIZE, it's otherwise likely to ...
Thomas Martitz
2010-05-28
Voice buffer can be much, much smaller. Code cleanup, logf fix
Jeffrey Goode
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-05
Another logf fix in voice_thread.c
Jeffrey Goode
2010-05-04
Fix logf behavior in voice_thread.c
Jeffrey Goode
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-10-23
Remove the event object in the kernel since it's rather extraneous at the mom...
Michael Sevakis
2008-07-15
Accept FS#8918: Voice multiple thumbnails and talk race fixes.
Stéphane Doyon
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-29
Correct some windows line endings back to unix.
Nicolas Pennequin
2008-03-28
The const police raid playback.c, should be no change to behaviour.
Steve Bavin
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2007-12-11
A final queue_post in voice_stop via. talk_force_shutup can try stopping PCM ...
Michael Sevakis
2007-12-04
Attempt at fixing the statusbar showing up late in some screens and circumsta...
Thom Johansen
2007-11-24
Have voice_wait wait for the PCM buffer to drain. It can only do this if
Stéphane Doyon
2007-11-21
Don't do lookahead skipping when stringing voice clips together.
Thom Johansen
2007-11-21
speex voice: Detect the end of a clip the right way.
Michael Sevakis
2007-11-20
Make threads responsible for explicit cancellation of their own boosted statu...
Michael Sevakis
2007-11-19
Make sure initial menu item is voiced at startup. Voice thread must wait for ...
Michael Sevakis
2007-11-18
The voice thread needs a tad bit more stack.
Jens Arnold
2007-11-18
Fix some sim warnings.
Michael Sevakis
2007-11-18
Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...
Michael Sevakis