[Freeswitch-users] Recording ULAW files

freeswitch-users at digitaldan.com freeswitch-users at digitaldan.com
Wed Jan 21 08:48:23 PST 2009


Hi, I'm recording files using the pcmu extension in order to save them in the g.711 ulaw format, which is what everything in my network uses. It appears that the recorded file is just raw data without a header. Is there any way to save this as a wav type with a header (keeping the ulaw format)? 

for example, running the unix command 'file' on the recording prints: 
/tmp/185065_f7bb8e0c-e641-11dd-800d-5ffe41c540dd.PCMU: data 

if I run it through sox which just outputs the same data (ulaw,8000,mono) but specifying the type as wav 
/usr/bin/sox -t .ul -r 8000 -c 1 -b -U file.pcmu -t wav -r 8000 -c 1 -b -U file.wav 

it produces a file that shows: 
/tmp/185065_f7bb8e0c-e641-11dd-800d-5ffe41c540dd.wav: RIFF (little-endian) data, WAVE audio, ITU G.711 mu-law, mono 8000 Hz 

if I try and save it within freeswitch using the wav extension, it trans-codes it to a pcm format 
RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz 

Is there any way to have freeswitch record the file as ulaw with the RIFF wav header? 

Thanks! 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090121/17aeda6f/attachment-0002.html 


More information about the FreeSWITCH-users mailing list