summaryrefslogtreecommitdiffstats
path: root/apps/talk.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-19Remove DEBUGF tht slipped inNils Wallménius1-1/+1
2008-04-19Introduce support for passing decimal numbers in talk ids and speak them, use...Nils Wallménius1-6/+30
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin1-0/+14
2007-11-24Remove a function that is no longer used.Stéphane Doyon1-7/+0
2007-11-20Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius1-5/+5
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-3/+7
2007-11-15Actually check if a voice file has the correct version before using itNils Wallménius1-7/+8
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-1/+4
2007-11-03Accept FS#7798: Voice unit for time Stéphane Doyon1-0/+28
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin1-52/+47
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-106/+88
2007-10-10Export shutup() function from talk.c.Stéphane Doyon1-2/+2
2007-10-07Accept FS#7897 with some changes by me. moves the code to talk time/date out ...Jonathan Gordon1-0/+65
2007-10-05Increased the talk thumbnail size to 64KbytesLinus Nielsen Feltzing1-1/+1
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-1/+1
2007-08-29Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and...Nils Wallménius1-2/+1
2007-08-18Make peakmeter release setting work in units per tick (was units per read), a...Peter D'Hoye1-0/+2
2007-08-08Fix speaking of 'Yes' for little endian players and fix a commentNils Wallménius1-3/+4
2007-08-07The voicefile header has grown, we need to byteswap all members - should fix ...Linus Nielsen Feltzing1-1/+1
2007-08-06Oops, fix yellow and also a reminder, voice files for all swcodec needs to be...Nils Wallménius1-3/+2
2007-08-06We only need to have bit-swapped voice files for the SH based archos targetsNils Wallménius1-19/+0
2007-08-06Fix red archos sims and make some minor cleanupNils Wallménius1-1/+2
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-2/+40
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-0/+6
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-2/+2
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-0/+18
2007-06-07Separate out voice options for .talk clips (FS #7249). This removes the assu...Steve Bavin1-2/+2
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis1-3/+0
2007-03-09Install the single stage synchronous audio initialization I cooked up awhile ...Michael Sevakis1-6/+0