On Thursday 27 March 2003 13:23, Michael K. Rodriguez wrote: > This the error I receive when I try to record a GSM file
I don't know if this applies to your situation, but I get much better quality if I record using record (22k sampling) and then using sox to convert it to gsm. Here is my script: #!/bin/sh # convert wav recordings to gsm InFile=$1 sox -V $InFile.wav -w -r 8000 -g $InFile.gsm -- Steve Szmidt ___________________________________________________________ HTML in e-mail is not safe. It let's spammers know to spam you more, and sets you up for online attack through IE 4.x and above. Using HTML in e-mail only promotes it as safe to the uninitiated. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
