The whole point of mod_native_file is to skip decoding, so you can
record in unsupported codecs like G729, you would need to record to a
wav file if you want silence detection since the core needs the audio
samples.
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell:
You cannot detect silence on an encoded format because you would have to
decode it to be able to detect the silence.
If you want to detect silence use a standard wav/pcm format.
On Fri, Sep 4, 2009 at 3:52 PM, Peter Volchek wrote:
> Hi,
> I am getting the warnings in the freeswitch.org , saying.
Hi,
I am getting the warnings in the freeswitch.org , saying...
[WARNING] switch_ivr_play_say.c:567 Can't detect silence on a native
recording.
This is thrown each time I am calling session:recordFile in my lua
scripts. I am not specifying any extensions, thus relaying on the
encoding type cho