summaryrefslogtreecommitdiffstats
path: root/apps/talk.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-09Fix the sim buildLinus Nielsen Feltzing1-0/+4
2007-03-09Temporary fix for a nasty race condition when loading the voice file at bootLinus Nielsen Feltzing1-0/+6
2007-02-14Start using the new endian conversion system outside tagcache also to simplif...Miika Pekkarinen1-12/+3
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-0/+2
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-2/+2
2006-11-28SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis1-0/+2
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis1-1/+1
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-10/+17
2006-10-25A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered...Steve Bavin1-7/+2
2006-10-25Oops, Archos still needs to stop voice.Steve Bavin1-0/+3
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin1-1/+10
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-2/+2
2006-10-03add some consistancy to the path #definesJonathan Gordon1-1/+1
2006-09-26Fixed voice units in recording quality and filesplit by size options.Michael Sevakis1-13/+27
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-0/+2
2006-08-23Patch #5844 by Steve Bavin - Fix confused voice file memory allocationLinus Nielsen Feltzing1-8/+8
2006-08-15Patch #5766 by Steve Bavin - Fix for various voice related crashesLinus Nielsen Feltzing1-4/+13
2006-08-01Patch #5690 by Steve Bavin - Fix for memory corruption when using .talk clipsLinus Nielsen Feltzing1-10/+46
2006-05-25Fix: -illons weren't voiced properly since the .lang rework.Jens Arnold1-3/+3
2006-05-15Ondio: Two voice bugfixes. (1) When changing language and voice is enabled, d...Jens Arnold1-8/+10
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-2/+0
2006-03-19Ooops, this was not meant to be committed yet.Jens Arnold1-1/+3
2006-03-19Voice working on the iPods.Jens Arnold1-24/+8
2006-02-26Previous fix broke voice init when no language file had been selected. Fix th...Magnus Holmgren1-1/+3
2006-02-23Quick fix to not stop audio playback on .cfg file load unless language settin...Magnus Holmgren1-1/+11
2005-12-05kill gcc4 warningsDaniel Stenberg1-1/+1
2005-09-14iRiver: Fixed a crash when loading a new configuration file and audioMiika Pekkarinen1-0/+3
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-12/+12
2005-08-21Iriver: somewhat more efficient bitswap for voice files. No assembler this ti...Jens Arnold1-9/+4
2005-08-20Fixed a bug that caused codec memory allocation buffer overwrite andMiika Pekkarinen1-2/+1
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-5/+106
2005-06-06Don't bitswap on the iRiverLinus Nielsen Feltzing1-0/+2
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-10/+10
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-6/+6
2005-02-12long policyJean-Philippe Bernardy1-15/+15