summaryrefslogtreecommitdiff
path: root/apps/talk.c (follow)
Commit message (Expand)AuthorAge
* Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero2011-12-15
* Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow.Jens Arnold2011-11-06
* Voice related fixes and cleaupJens Arnold2011-11-06
* Fix warning and typos.Thomas Martitz2011-11-06
* Fix broken voice when .talk files are used and voice buffer calculation.Thomas Martitz2011-11-06
* Properly initialize variable to get voice going again. GCC didn't catch this ...Thomas Martitz2011-11-03
* Fix FS#12241. Voice stopped working after audio_get_buffer() calls.Thomas Martitz2011-10-26
* Make a few local functions staticBertrik Sikken2011-10-12
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Move stuff a bit down to fix red on TALK_PARTIAL_LOAD.Thomas Martitz2011-08-22
* Fix red on hwcodec.Thomas Martitz2011-08-22
* Talk: Unify hwcodec and swcodec handling.Thomas Martitz2011-08-21
* Add change that got lost somehow in r30308.Thomas Martitz2011-08-14
* Fix remaining problems.Thomas Martitz2011-08-14
* Fix errors and warnings.Thomas Martitz2011-08-14
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* FS#11939: Simplify talk_time_unit().Andree Buschmann2011-02-20
* Undo unwanted commit r29310.Andree Buschmann2011-02-15
* All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann2011-02-15
* Do not fiddle with audiobuf in talk_init() when no voice file is present. Avo...Andree Buschmann2011-02-13
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* FS#11587 : voice for SWCODEC and low memoryRafaël Carré2010-09-01
* lang.h voice comments were off by 1, fixedJeffrey Goode2010-05-26
* Oops, didnt mean to enable logf in talk.cJeffrey Goode2010-05-26
* Fix crash in talk.c logf line when outputting voice only clips, more comments...Jeffrey Goode2010-05-26
* fix inverted logic in r26047: voice works againRafaël Carré2010-05-15
* talk_init() : don't try to load the voice file if it won't fit in memoryRafaël Carré2010-05-15
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Add logf line to talk.cJeffrey Goode2010-05-04
* Kill some global variablesBertrik Sikken2010-02-24
* FS#10739: playback.c code splitJeffrey Goode2009-10-31
* FS#10080Nils Wallménius2009-07-14
* Fix duplicate #includesBertrik Sikken2009-05-17
* cleanup storage definesFrank Gevaerts2008-10-31
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* Delete unused function, const police, minor style policeNils Wallménius2008-09-29
* talk.c helper functions to voice a filename, in a more generic wayStéphane Doyon2008-07-15
* Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon2008-07-15
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Oops, our snprintf doesn't support some fancy features so use something that ...Nils Wallménius2008-04-20
* Fix speaking of decimal values to work when decimals != 1, spell the fraction...Nils Wallménius2008-04-20
* Remove DEBUGF tht slipped inNils Wallménius2008-04-19
* Introduce support for passing decimal numbers in talk ids and speak them, use...Nils Wallménius2008-04-19
* Code police raid on the settings code, consting and putting headers alongside...Steve Bavin2008-03-25
* Remove a function that is no longer used.Stéphane Doyon2007-11-24
* Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius2007-11-20
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* Actually check if a voice file has the correct version before using itNils Wallménius2007-11-15
* compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon2007-11-07