summaryrefslogtreecommitdiffstats
path: root/apps/talk.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-1/+2
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-2/+1
2008-09-29Delete unused function, const police, minor style policeNils Wallménius1-8/+6
2008-07-15talk.c helper functions to voice a filename, in a more generic wayStéphane Doyon1-1/+11
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-20Fix speaking of decimal values to work when decimals != 1, spell the fraction...Nils Wallménius1-1/+4
2008-04-19Introduce support for passing decimal numbers in talk ids and speak them, use...Nils Wallménius1-0/+9
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin1-0/+1
2007-11-20Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius1-1/+2
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-1/+1
2007-11-15Actually check if a voice file has the correct version before using itNils Wallménius1-0/+2
2007-11-07fix redJonathan Gordon1-6/+0
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-13/+1
2007-11-03Accept FS#7798: Voice unit for time Stéphane Doyon1-0/+2
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin1-2/+4
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-11/+10
2007-10-10Export shutup() function from talk.c.Stéphane Doyon1-0/+2
2007-10-07Accept FS#7897 with some changes by me. moves the code to talk time/date out ...Jonathan Gordon1-0/+10
2007-08-29Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and...Nils Wallménius1-3/+1
2007-08-18Make peakmeter release setting work in units per tick (was units per read), a...Peter D'Hoye1-0/+1
2007-08-06Fix red archos sims and make some minor cleanupNils Wallménius1-4/+16
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-0/+36
2007-06-11..and add a couple of comments.Steve Bavin1-2/+2
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-1/+3
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-0/+2
2006-11-28SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis1-2/+1
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis1-0/+2
2006-09-26Fixed voice units in recording quality and filesplit by size options.Michael Sevakis1-1/+2
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-0/+1
2006-08-15Patch #5766 by Steve Bavin - Fix for various voice related crashesLinus Nielsen Feltzing1-0/+1
2006-07-22Added options to timesplit recording feature (now renamed filesplit). Choose ...Martin Scarratt1-0/+1
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-2/+0
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-0/+1
2005-02-12long policyJean-Philippe Bernardy1-4/+4
2004-10-21Improvement for talking filenames: While loading the directory, already cache...Jörg Hohensohn1-2/+2
2004-10-06patch #978765 by Carsten Tschach, new option for voice filenames: every file ...Jörg Hohensohn1-2/+2
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-3/+3
2004-08-01More const policeing step 2Jens Arnold1-1/+1
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-2/+2
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file number,...Jörg Hohensohn1-0/+1
2004-03-27Step 4 of voice UI:Jörg Hohensohn1-0/+3
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical sett...Jörg Hohensohn1-0/+4
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-0/+61