0
votes

We have "Interactive Voice Response (IVR)" set-up using asterisk PBX that interacts with callers, gathers information and routes calls to the appropriate recipient.

We have used Playback function in asterisk to play the IVR but the issue is that when we play the audio file, the volume is very low i.e it is not audible.

We have used the on-line tool "http://www.text2speech.org/" which help us to increase the intensity of the volume but asterisk needs a file with only "8 K Hz" sampling rate which decrease the volume intensity and again it is not audible.

Is there any tool specific for "8000 K Hz" audio file generation with high intensity volume that it should be visible clearly audible. Please help us in any other technique.

Thanks in advance.

2

2 Answers

0
votes

Use SoX It's one of the best tool for sound along with ffmpeg.

I don't know your platform but here is a windows command:

sox.exe "input" -r 8000 -c 1 -t ul -w "output"

Asterisk works better with ulaw files, the command above will give you a frequency of 8000kHz.

0
votes

There is 2 options

1) Change file to be louder. You can use sox or audacity(free editor for windows)

2) Change in dialplan volume using VOLUME function