Displaying 3 results from an estimated 3 matches for "realsox".
Did you mean:
realloc
2009 Jun 26
2
Normalize Voicemail Volume?
We generally get our voicemails emailed to us from asterisk, but some
people's messages are extraordinarily loud or quiet. I don't suppose
there is any feature to even out the volume level is there?
2008 Apr 01
4
Voicemail- Recorded Mesage Low Volume
Asterisk Users,
I am running Asterisk 1.4.11, Zaptel 1.4.5.1, and Librpi 1.4.1 on a Debian "Etch" system. On the recorded voice mail messages, the volume is really low when retrieving them with my cell phone. I tried with multiple cell phones with the volume level high and still, the same problem. I tried to increase the rxgain to 12.2 in the zapata.conf file and it had no affect on
2008 Jun 30
4
Voicemail- Recorded Mesage Low Volume
...email messages. And we can't adjust the
>> rxgain as it is already a good volume for normal calls.
>>
>> Daniel
>>
>> --CUT--
>> #!/bin/sh
>> #
>> # $1 = -v
>> # $2 = number
>> # $3 = inFile
>> # $4 = outFile
>> #
>> REALSOX="/usr/bin/sox"
>>
>> if [ "$1" != "-v" ]; then
>> $REALSOX $*
>> exit $?
>> fi
>>
>> INFILE="$3"
>> OUTFILE="$4"
>>
>> #
>> # Perform the gain adjustment.
>> #
>> $REA...