[asterisk-users] Reduce the wav file size

Kevin P. Fleming kpfleming at digium.com
Wed Oct 5 13:48:18 CDT 2011


On 10/05/2011 01:30 AM, mahesh katta wrote:
> Hi list,
>
> How to reduce the meetme wav file size in asterisk. how can I
> automatically reduce this file size.
>
> exten =>
> _8600[1-2]XX,1(record),SetVar(MEETME_RECORDINGFILE=/var/spool/asterisk/meetme/conference_recording-${EPOCH}-${USER}-${TIMESTAMP}-${EXTEN});
> exten => _8600[1-2]XX,2,Meetme,${EXTEN}|Fr

A WAV file is (generally) uncompressed audio; it's size cannot be 
reduced except through compression, which would need to be reversed in 
order to play back the file.

If you want to store recordings using less disk space, store in a 
compressed format like GSM, G.729 or something else supported in Asterisk.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-users mailing list