summaryrefslogtreecommitdiffstats
path: root/apps/talk.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-24hwcodec: core_alloc_maximum() returned 0 bytes if talk.c controls the audio b...Thomas Martitz1-0/+6
2013-12-23Fix yellow.Thomas Martitz1-0/+1
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-331/+430
2012-06-05Add comment to clarify calculation.Dominik Riebeling1-1/+3
2012-05-24More snafu fix. Need a couple more patchups for now.Michael Sevakis1-0/+1
2012-05-24Correct snafu in talk.cMichael Sevakis1-1/+1
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-17/+41
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-2/+2
2011-12-15Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero1-0/+2
2011-11-06Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow.Jens Arnold1-2/+1
2011-11-06Voice related fixes and cleaupJens Arnold1-42/+18
2011-11-06Fix warning and typos.Thomas Martitz1-2/+2
2011-11-06Fix broken voice when .talk files are used and voice buffer calculation.Thomas Martitz1-3/+3
2011-11-03Properly initialize variable to get voice going again. GCC didn't catch this ...Thomas Martitz1-1/+1
2011-10-26Fix FS#12241. Voice stopped working after audio_get_buffer() calls.Thomas Martitz1-1/+6
2011-10-12Make a few local functions staticBertrik Sikken1-1/+1
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-2/+1
2011-08-22Move stuff a bit down to fix red on TALK_PARTIAL_LOAD.Thomas Martitz1-8/+15
2011-08-22Fix red on hwcodec.Thomas Martitz1-2/+10
2011-08-21Talk: Unify hwcodec and swcodec handling.Thomas Martitz1-23/+16
2011-08-14Add change that got lost somehow in r30308.Thomas Martitz1-4/+2
2011-08-14Fix remaining problems.Thomas Martitz1-3/+3
2011-08-14Fix errors and warnings.Thomas Martitz1-2/+3
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-34/+77
2011-02-20FS#11939: Simplify talk_time_unit().Andree Buschmann1-7/+5
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-5/+7
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-7/+5
2011-02-13Do not fiddle with audiobuf in talk_init() when no voice file is present. Avo...Andree Buschmann1-5/+5
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2010-09-01FS#11587 : voice for SWCODEC and low memoryRafaël Carré1-30/+168
2010-05-26lang.h voice comments were off by 1, fixedJeffrey Goode1-1/+1
2010-05-26Oops, didnt mean to enable logf in talk.cJeffrey Goode1-1/+1
2010-05-26Fix crash in talk.c logf line when outputting voice only clips, more comments...Jeffrey Goode1-2/+8
2010-05-15fix inverted logic in r26047: voice works againRafaël Carré1-1/+1
2010-05-15talk_init() : don't try to load the voice file if it won't fit in memoryRafaël Carré1-1/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-05-04Add logf line to talk.cJeffrey Goode1-0/+2
2010-02-24Kill some global variablesBertrik Sikken1-2/+2
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-3/+0
2009-07-14FS#10080Nils Wallménius1-2/+2
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2008-10-31cleanup storage definesFrank Gevaerts1-5/+5
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-09-29Delete unused function, const police, minor style policeNils Wallménius1-39/+11
2008-07-15talk.c helper functions to voice a filename, in a more generic wayStéphane Doyon1-1/+109
2008-07-15Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon1-10/+60
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-20Oops, our snprintf doesn't support some fancy features so use something that ...Nils Wallménius1-1/+4
2008-04-20Fix speaking of decimal values to work when decimals != 1, spell the fraction...Nils Wallménius1-6/+27