summaryrefslogtreecommitdiff
path: root/apps/voice_thread.c (follow)
Commit message (Expand)AuthorAge
* Get voice event out of playback.cMichael Sevakis2017-12-12
* Fix warnings.Thomas Martitz2014-02-03
* talk/voice: Reduce the size of the commit buffer.Thomas Martitz2014-02-02
* talk: Make talk_voice_required() local to talk.cThomas Martitz2014-02-02
* Do not include kernel.h in system.h.Thomas Martitz2014-01-05
* Enable setting of global output samplerate on certain targets.Michael Sevakis2013-07-06
* Argh, move a comment to the (now) proper location. :)Michael Sevakis2013-05-31
* Have voice fire an event when it starts and stops playing.Michael Sevakis2013-05-31
* Fix FS#12743 - 'Data Abort' on USB connectionThomas Martitz2012-09-11
* Get voice PCM queue indexes updating in right order...Michael Sevakis2012-05-30
* Zero out voice buffer memory immediately after allocation.Michael Sevakis2012-05-17
* Oops, need to init the voice_buf indexes too. :-)Michael Sevakis2012-05-02
* Use buflib for the allocation of voice PCM resources.Michael Sevakis2012-05-02
* Make rbcodec/dsp includes more specific.Michael Sevakis2012-04-29
* Fundamentally rewrite much of the audio DSP.Michael Sevakis2012-04-29
* Oops, Shoulda been "int16_t" not "uint16_t".Michael Sevakis2012-04-26
* Adjust some typing in voice_thread.c. Constants are also counts, not sizes.Michael Sevakis2012-04-26
* Tweak paramters of mp3_play_data and callback.Michael Sevakis2012-03-04
* Revise the PCM callback system after adding multichannel audio.Michael Sevakis2012-03-03
* Remove obsolete init cruft from audio system because of diminished dependenci...Michael Sevakis2011-09-01
* Clean up and simplify the voice thread code.Michael Sevakis2011-08-30
* Voice doesn't have to consume 100% CPU while waiting for an output buffer to ...Michael Sevakis2011-07-08
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Base voice thread stack size on DEFAULT_STACK_SIZE, it's otherwise likely to ...Thomas Martitz2010-12-10
* Voice buffer can be much, much smaller. Code cleanup, logf fixJeffrey Goode2010-05-28
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Another logf fix in voice_thread.cJeffrey Goode2010-05-05
* Fix logf behavior in voice_thread.cJeffrey Goode2010-05-04
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis2008-10-23
* Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon2008-07-15
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Correct some windows line endings back to unix.Nicolas Pennequin2008-03-29
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* A final queue_post in voice_stop via. talk_force_shutup can try stopping PCM ...Michael Sevakis2007-12-11
* Attempt at fixing the statusbar showing up late in some screens and circumsta...Thom Johansen2007-12-04
* Have voice_wait wait for the PCM buffer to drain. It can only do this ifStéphane Doyon2007-11-24
* Don't do lookahead skipping when stringing voice clips together.Thom Johansen2007-11-21
* speex voice: Detect the end of a clip the right way.Michael Sevakis2007-11-21
* Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis2007-11-20
* Make sure initial menu item is voiced at startup. Voice thread must wait for ...Michael Sevakis2007-11-19
* The voice thread needs a tad bit more stack.Jens Arnold2007-11-18
* Fix some sim warnings.Michael Sevakis2007-11-18
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18