summaryrefslogtreecommitdiffstats
path: root/apps/voice_thread.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Base voice thread stack size on DEFAULT_STACK_SIZE, it's otherwise likely to ...Thomas Martitz1-1/+1
2010-05-28Voice buffer can be much, much smaller. Code cleanup, logf fixJeffrey Goode1-1/+1
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-2/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-0/+1
2010-05-05Another logf fix in voice_thread.cJeffrey Goode1-1/+1
2010-05-04Fix logf behavior in voice_thread.cJeffrey Goode1-2/+5
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-5/+5
2008-10-23Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis1-6/+6
2008-07-15Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon1-8/+13
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-5/+5
2008-03-29Correct some windows line endings back to unix.Nicolas Pennequin1-1/+1
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-1/+2
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-1/+3
2007-12-11A final queue_post in voice_stop via. talk_force_shutup can try stopping PCM ...Michael Sevakis1-0/+4
2007-12-04Attempt at fixing the statusbar showing up late in some screens and circumsta...Thom Johansen1-3/+5
2007-11-24Have voice_wait wait for the PCM buffer to drain. It can only do this ifStéphane Doyon1-0/+3
2007-11-21Don't do lookahead skipping when stringing voice clips together.Thom Johansen1-1/+2
2007-11-21speex voice: Detect the end of a clip the right way.Michael Sevakis1-9/+5
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-1/+1
2007-11-19Make sure initial menu item is voiced at startup. Voice thread must wait for ...Michael Sevakis1-3/+1
2007-11-18The voice thread needs a tad bit more stack.Jens Arnold1-1/+1
2007-11-18Fix some sim warnings.Michael Sevakis1-3/+3
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-0/+444