summaryrefslogtreecommitdiffstats
path: root/apps/talk.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-27Step 4 of voice UI:Jörg Hohensohn1-2/+10
2004-03-23Slightly better method of finding the next frameLinus Nielsen Feltzing1-13/+13
2004-03-22talk_value() and talk_number() didn't check if the music was playingLinus Nielsen Feltzing1-0/+6
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn1-3/+42
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical sett...Jörg Hohensohn1-18/+34
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-0/+398