Re: [Freeswitch-dev] mod-java - playAndGetDigits() prototype change

2008-05-28 Thread jonathan augenstine
Damjan, I was able to successfully reswig (make swigall) but with the same result. Jonathan On Wed, May 28, 2008 at 10:17 PM, <[EMAIL PROTECTED]> wrote: > X-ECN Telecoms-MailScanner-Information: Contact ECN Telecoms > X-ECN Telecoms-MailScanner: Found to be clean > X-ECN Telecoms-MailScanner-Sp

Re: [Freeswitch-dev] mod-java - playAndGetDigits() prototype change

2008-05-28 Thread damjan
X-ECN Telecoms-MailScanner-Information: Contact ECN Telecoms X-ECN Telecoms-MailScanner: Found to be clean X-ECN Telecoms-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-100.591, required 6, autolearn=not spam, AWL -0.59, NO_RELAYS -0.00, USER_IN_WHITELIST -100.00)

[Freeswitch-dev] Normalizing sound files

2008-05-28 Thread Wasim Baig
We used to do the following for prompts 1. noise gate, say at -40db with a fairly quick attack 2. normalize, or use a compressor with agc 3. trim both ends silence 4. add .25 seconds of silence on both ends (may want to skip this for numbers) 5. depending on the media, you can us

[Freeswitch-dev] mod-java - playAndGetDigits() prototype change

2008-05-28 Thread jonathan augenstine
I was encountering some strange behavior in my IVR script. What I finally tracked it down to is that the prototype on the playAndGetDigits() method has changed. The previous prototype was of the form playAndGetDigits(int, int, int, int, String, String, byte[], String) and the new prototype is pla

Re: [Freeswitch-dev] Normalizing sound files

2008-05-28 Thread Michael Collins
You rock da hizzouse! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian West Sent: Wednesday, May 28, 2008 2:51 AM To: freeswitch-dev@lists.freeswitch.org Subject: Re: [Freeswitch-dev] Normalizing sound files http://svn.freeswitch.org/svn

[Freeswitch-dev] Meeting today.. 1PM Central Time.

2008-05-28 Thread Brian West
http://wiki.freeswitch.org/wiki/Wiki_meet_2008_05_28 Please add anything to this list you think we need to talk about. As usual we'll breeze thru jira, docs and various other things that come up along the way. Please remember to DIGG the 1.0 release article at http://digg.com/software/FreeS

Re: [Freeswitch-dev] Normalizing sound files

2008-05-28 Thread Brian West
http://svn.freeswitch.org/svn/sounds/trunk/en/us/callie/dist.sh That script with sox shows how we do this. /b On May 28, 2008, at 2:36 AM, Michael Collins wrote: Guys, When you get new prompts you mentioned that you “normalize” them so that the sound level doesn’t vary from one prompt to

[Freeswitch-dev] Normalizing sound files

2008-05-28 Thread Michael Collins
Guys, When you get new prompts you mentioned that you "normalize" them so that the sound level doesn't vary from one prompt to the next. I have a set of prompts that GM Voices recorded specifically for me, but I haven't normalized them yet. Could you let me know what process you use for this?