summaryrefslogtreecommitdiff
path: root/apps/talk.c
AgeCommit message (Expand)Author
2006-10-25Oops, Archos still needs to stop voice.Steve Bavin
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin
2006-10-03add some consistancy to the path #definesJonathan Gordon
2006-09-26Fixed voice units in recording quality and filesplit by size options.Michael Sevakis
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis
2006-08-23Patch #5844 by Steve Bavin - Fix confused voice file memory allocationLinus Nielsen Feltzing
2006-08-15Patch #5766 by Steve Bavin - Fix for various voice related crashesLinus Nielsen Feltzing
2006-08-01Patch #5690 by Steve Bavin - Fix for memory corruption when using .talk clipsLinus Nielsen Feltzing
2006-05-25Fix: -illons weren't voiced properly since the .lang rework.Jens Arnold
2006-05-15Ondio: Two voice bugfixes. (1) When changing language and voice is enabled, d...Jens Arnold
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold
2006-03-19Ooops, this was not meant to be committed yet.Jens Arnold
2006-03-19Voice working on the iPods.Jens Arnold
2006-02-26Previous fix broke voice init when no language file had been selected. Fix th...Magnus Holmgren
2006-02-23Quick fix to not stop audio playback on .cfg file load unless language settin...Magnus Holmgren
2005-12-05kill gcc4 warningsDaniel Stenberg
2005-09-14iRiver: Fixed a crash when loading a new configuration file and audioMiika Pekkarinen
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-21Iriver: somewhat more efficient bitswap for voice files. No assembler this ti...Jens Arnold
2005-08-20Fixed a bug that caused codec memory allocation buffer overwrite andMiika Pekkarinen
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-06-06Don't bitswap on the iRiverLinus Nielsen Feltzing
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing
2005-02-12long policyJean-Philippe Bernardy
2005-02-02Make SH-specific code properly #ifdef'ed. We should consider doing theseDaniel Stenberg
2004-11-18Late-add the final silence clip to the queue. This ensures correct shutup() w...Jens Arnold
2004-11-18Bug fix: First dereference, then subscript, instead of vice versa. The old co...Jens Arnold
2004-11-17append the "silence" clip at the end of voice output, this avoids clicks and ...Jörg Hohensohn
2004-10-25spell "dot" instead of "point", requires up-to-date voice filesJörg Hohensohn
2004-10-23new voice ID for the space character, allows to spell with a pause, once this...Jörg Hohensohn
2004-10-21Improvement for talking filenames: While loading the directory, already cache...Jörg Hohensohn
2004-10-12for slow MMC device (Ondio): load voice file piecewise, as neededJörg Hohensohn
2004-09-26Added header file for bitswap, and made the fliptable global for re-useJens Arnold
2004-08-31loading a setting (and internally calling talk_init) caused the playback to stopJörg Hohensohn
2004-08-26Made local constant arrays static, saving a few bytesJens Arnold
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold
2004-08-01More const policeing step 2Jens Arnold
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing
2004-05-21After much debating, it has been decided to name talkbox clips "_dirname.talk...Jörg Hohensohn
2004-05-09While searching the voice crash like a madman, I made this module a lot more ...Jörg Hohensohn
2004-04-20minor improvement to make the clip switch saferJörg Hohensohn
2004-04-20fixed the missing first part of voice problem when switching clips, although ...Jörg Hohensohn
2004-04-10talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 exten...Jörg Hohensohn
2004-04-06Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any m...Jörg Hohensohn
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file number,...Jörg Hohensohn
2004-04-03Changed concept for voice IDs: the voice-only IDs now are in a separate range...Jörg Hohensohn
2004-03-29insert a dummy frame before changing clips (still no major improvement), back...Jörg Hohensohn
2004-03-27Step 4 of voice UI:Jörg Hohensohn