summaryrefslogtreecommitdiffstats
path: root/apps/talk.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-02Make SH-specific code properly #ifdef'ed. We should consider doing theseDaniel Stenberg1-4/+8
2004-11-18Late-add the final silence clip to the queue. This ensures correct shutup() w...Jens Arnold1-21/+16
2004-11-18Bug fix: First dereference, then subscript, instead of vice versa. The old co...Jens Arnold1-3/+3
2004-11-17append the "silence" clip at the end of voice output, this avoids clicks and ...Jörg Hohensohn1-34/+68
2004-10-25spell "dot" instead of "point", requires up-to-date voice filesJörg Hohensohn1-2/+1
2004-10-23new voice ID for the space character, allows to spell with a pause, once this...Jörg Hohensohn1-1/+4
2004-10-21Improvement for talking filenames: While loading the directory, already cache...Jörg Hohensohn1-0/+1
2004-10-12for slow MMC device (Ondio): load voice file piecewise, as neededJörg Hohensohn1-36/+84
2004-09-26Added header file for bitswap, and made the fliptable global for re-useJens Arnold1-1/+1
2004-08-31loading a setting (and internally calling talk_init) caused the playback to stopJörg Hohensohn1-5/+10
2004-08-26Made local constant arrays static, saving a few bytesJens Arnold1-2/+2
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-2/+2
2004-08-01More const policeing step 2Jens Arnold1-1/+1
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing1-1/+1
2004-05-21After much debating, it has been decided to name talkbox clips "_dirname.talk...Jörg Hohensohn1-1/+1
2004-05-09While searching the voice crash like a madman, I made this module a lot more ...Jörg Hohensohn1-92/+110
2004-04-20minor improvement to make the clip switch saferJörg Hohensohn1-10/+15
2004-04-20fixed the missing first part of voice problem when switching clips, although ...Jörg Hohensohn1-27/+29
2004-04-10talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 exten...Jörg Hohensohn1-1/+1
2004-04-06Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any m...Jörg Hohensohn1-3/+22
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file number,...Jörg Hohensohn1-1/+31
2004-04-03Changed concept for voice IDs: the voice-only IDs now are in a separate range...Jörg Hohensohn1-8/+22
2004-03-29insert a dummy frame before changing clips (still no major improvement), back...Jörg Hohensohn1-11/+19