aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_speech.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-10-31More changes to change return values from load_module functions.qwell1-1/+1
2007-08-31Merged revisions 81406 via svnmerge from file1-1/+1
2007-08-13Merged revisions 79334 via svnmerge from file1-1/+1
2007-08-13Merged revisions 79207 via svnmerge from file1-0/+15
2007-07-31Merged revisions 77831 via svnmerge from file1-1/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-6/+3
2007-07-11Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.file1-1/+1
2007-07-11Allow the native formats of a channel to influence the audio that is going to...file1-3/+8
2007-07-11Can't forget to remember what format is in use for writing.file1-0/+7
2007-07-11Change the speech API to allow passing the format through to the engine.file1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-05-31Merged revisions 66775 via svnmerge from russell1-2/+2
2007-04-06Major res_speech cleanup. It looks much better now!file1-106/+43
2007-04-06Merged revisions 60361 via svnmerge from file1-0/+13
2006-10-13Merged revisions 45106 via svnmerge from file1-0/+1
2006-10-13Merged revisions 45104 via svnmerge from file1-2/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+6
2006-07-18Expand speech API so that the developer can interact with the engine more dir...file1-0/+12
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-18/+7
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...file1-1/+31
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file1-0/+346