371 Commits

Author SHA1 Message Date
Chris Rienzo
fa08c6b8db mod_unimrcp: remove some dead code and TODOs. Reworked error handling a bit to try and prevent stuck channel 2014-08-28 09:18:07 -04:00
Moises Silva
d6574e8c0f dos2unix a bunch of files
For some reason these files would get marked as modified
just after a fresh clone on Linux
2014-07-22 15:04:28 -04:00
Brian West
cdbed1f66e Update to use PocketSphinx 0.8 2014-07-05 09:14:06 -05:00
Chris Rienzo
ab5278c02f stereo: fix mod_flite, mod_ssml, mod_unimrcp compile errors 2014-06-12 17:41:52 -04:00
Anthony Minessale
97cc089826 fix compile errs 2014-06-12 13:12:39 -04:00
Anthony Minessale
928a989de1 first pass of stereo support 2014-06-12 22:06:33 +05:00
Anthony Minessale
af4380d938 fix linker on mod_cepstral to work in newer environments 2014-05-23 21:11:25 +05:00
Michael Jerris
d8d58fde63 CID:1214141 Buffer not null terminated 2014-05-15 14:26:29 +00:00
Michael Jerris
2e3558c43e don't need to double check for null 2014-05-01 18:50:26 -04:00
Anthony Minessale
7151d6acea FS-6402 part 2 2014-04-02 03:21:37 +05:00
Anthony Minessale
5c0cff70b3 FS-6402 --resolve 2014-04-02 01:20:19 +05:00
Michael Jerris
df8fbb60e8 FS-6352: --resolve don't override install target when using automake, make your own install target that will get depended upon instead 2014-03-13 09:13:56 -04:00
Chris Rienzo
055d389bed FS-6345 --resolve mod_unimrcp: don't start input timers if start of speech was detected 2014-03-12 23:14:44 -04:00
Chris Rienzo
598ff02b2b mod_unimrcp - switch_core_hash_init_nocase was changed 2014-03-09 11:34:47 -04:00
Anthony Minessale
804ef7709d change from sqlite hash to newly added one 2014-03-09 00:37:17 +05:00
Michael Jerris
bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Peter Olsson
93696934b2 Silence more compiler warnings 2014-01-23 12:25:15 +01:00
Peter Olsson
084e245085 Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks. 2014-01-22 22:30:23 +01:00
Travis Cross
9921007a4b Ensure that flite gets configured before building
Without this change, we would only configure flite if its Makefile did
not exist.  However in the tarball for flite (v1.5.4), there is a
Makefile even before you run configure.  So the only reason this
worked at all was because make was calculating the rules to run before
downloading and extracting flite.

If you build flite without configuring it first, you get a flite with
ALSA symbols that doesn't load in FS.

In discussion with the flite guys, they indicated that the presence of
the Makefile in the tarball is indeed intended.

This change has the side-effect of fixing mod_flite in the Debian
packages.

FS-5873 --resolve
2013-10-17 13:54:47 +00:00
Anthony Minessale
70d78f1665 FS-5583 --resolve 2013-07-19 14:02:58 -05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Travis Cross
25d488a801 Work around error in pocketsphinx-0.7
fsg_search.c:263:2: error: non-void function 'fsg_search_reinit' should return a value [-Wreturn-type]
2013-05-27 07:40:00 +00:00
Travis Cross
8f10ff073a Fix memory leaks in mod_tts_commandline
We were using both switch_util_quote_shell_arg and
switch_string_replace without freeing the results even though both
functions malloc.
2013-05-26 01:03:08 +00:00
Chris Rienzo
e1da1e7b38 FS-5193 --resolve input timers added to mod_pocketsphinx. 2013-04-18 22:08:58 -04:00
Chris Rienzo
d764e28c57 FS-5324 try this- set define-grammar=true to force caching of grammar in play_and_detect_speech 2013-04-18 22:04:01 -04:00
Jeff Lenk
5f3160ef0f FS-5167 2013-04-08 21:17:02 -05:00
Chris Rienzo
f8d263683a --resolve FS-5243 improve mod_unimrcp audio buffering 2013-03-30 00:19:07 -04:00
Christopher Rienzo
e917202d5e FS-5188 --resolve Allow full path to grammar in mod_pocketsphinx 2013-03-15 19:53:13 -04:00
Raymond Chandler
c8c0984136 don't seg if we forget voice 2013-01-15 15:57:02 -05:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Jeff Lenk
9bbee350c2 FS-4527 --resolve add resample core support for asr. This code is very isolated and only effects mod_unimrcp at this time. 2012-10-10 14:20:07 -05:00
Christopher Rienzo
187fe4e14e update name/e-mail address 2012-06-11 13:05:29 +00:00
Christopher Rienzo
be2ec29282 Add Maintainer to mod_posix_timer, mod_unimrcp, mod_http_cache 2012-05-31 13:24:24 +00:00
Travis Cross
dc59561324 mod_pocketsphinx: install default.dic with correct mode 2012-05-07 16:36:18 +00:00
Travis Cross
6a9572fca9 fix mod_pocketsphinx build under make -j 2012-05-04 02:36:29 +00:00
Travis Cross
f3f954bdb4 whitespace 2012-05-04 02:30:58 +00:00
Ken Rice
7a147e4762 Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Jeff Lenk
9d3401e30f FS-4022 2012-03-19 20:06:36 -05:00
Jeff Lenk
914f6cb18c fix flite to use the correct voice 2012-03-16 12:33:42 -05:00
Jeff Lenk
d3078c60ec update flite to 1.5.4 fixes win64 and kal rate problem 2012-03-13 22:56:02 -05:00
Anthony Minessale
becb8b6277 fix bug in xml_curl that was being masked by versions < 679da2f0f609c7a893c62929481cb8feaafef7b5 2012-01-04 17:16:29 -06:00
Brian West
ecbd1db8f6 Update to flite 1.5.1 it should sound better now too 2011-10-28 20:14:46 -05:00
Jeff Lenk
69668f9cc7 FS-3525 --resolve 2011-08-30 08:56:18 -05:00
Christopher Rienzo
ee1760929b Wait for unimrcp lib to timeout requests 2011-06-20 14:00:21 +00:00
Brian West
2357168041 They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit. 2011-06-17 09:05:05 -05:00
Christopher Rienzo
17099473a3 Update to latest UniMRCP version. MRCP requests can no timeout if there is no server response. 2011-06-16 16:25:00 +00:00
Jeff Lenk
8092a289a0 pocketsphinx changes for 0.7 for windows - only build test so far for vs2010 - more to come 2011-06-15 18:45:02 -05:00