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
Brian West
1a39d7fb34
Update PocketSphinx to the latest builds... only had to make two changes
2011-06-15 13:09:00 -05:00
Christopher Rienzo
5099d3b8e3
fix mod_unimrcp reloadxml issue
2011-06-03 20:41:09 +00:00
Jeff Lenk
28738b0629
FS-3001 --resolve
2011-04-19 23:02:51 -05:00
Christopher Rienzo
478d51860d
FS-3247 check for NULL recog_hdr
2011-04-14 14:50:41 +00:00
Christopher Rienzo
f5704114cd
FS-3163 add locking to mrcp dtmf generator
2011-03-18 19:15:08 +00:00
Luke Dashjr
1809ce5d83
MERGE: Bugfix: Destroy schannel only *after* cleanup of its contents is done
2011-03-17 15:32:47 -05:00
Luke Dashjr
0f17bcc5b6
Bugfix: Destroy schannel only *after* cleanup of its contents is done
2011-03-17 15:31:07 -05:00
Christopher Rienzo
4f5ca9e88d
FS-3077 prevent crash on double call to asr_close
2011-02-21 15:00:35 +00:00
Anthony Minessale
02234ae87d
fix file leaks in mod_commandline_tts
2011-02-11 16:49:17 -06:00
Christopher Rienzo
8037b69f40
FS-3043 break during mod_unimrcp can hang session
2011-02-09 16:53:32 +00:00
Christopher Rienzo
20976da411
forgot this spot when closing speech channel
2011-02-04 20:18:33 +00:00
Christopher Rienzo
e37dd41e31
FS-3201 fix truncated TTS
2011-02-04 20:08:43 +00:00
Luke Dashjr
02082c930c
MERGE: OpenMethods DTMF recognition via ASR modules
2011-01-26 14:56:05 -06:00
Luke Dashjr
89253a1391
MERGE: OpenMethods ASR enhancements: multiple concurrent grammars and dialplan access to start-input-timers
2011-01-26 14:54:36 -06:00
Luke Dashjr
15e65cfafb
MERGE: DTMF recognition via ASR modules (implemented in UniMRCP)
2011-01-26 14:40:35 -06:00
Brian West
3734f4cd44
bump copyright date and fix some email and typos from diego.
2011-01-05 10:09:04 -06:00
Jeff Lenk
c57c17604c
Update mod_cepstral for windows vs2010
2010-11-25 10:40:20 -06:00