Displaying 1 result from an estimated 1 matches for "0telenet".
Did you mean:
telenet
2010 Aug 17
3
Convert wav-file to alaw-file
...[root at asterisk testing]# asterisk -rx "file convert testLong2.wav
testLong2.alaw"
Unable to open input file: testLong2.wav
The wav-file is MONO, 8000Hz according to SoX and confirmed by the sox
mailinglist
(http://sourceforge.net/mailarchive/message.php?msg_name=4C6A4661.9000209%40telenet.be)
[root at asterisk testing]# soxi testLong2.wav
Input File : 'testLong2.wav'
Channels : 1
Sample Rate : 8000
Precision : 16-bit
Duration : 00:01:27.05 = 696427 samples ~ 6529 CDDA sectors
Sample Encoding: 16-bit Signed Integer PCM
Why then can I not use Asteri...