T
T
Talyan2019-12-09 21:28:34
linux
Talyan, 2019-12-09 21:28:34

Who converts audio for autoinformer to Asterisk?

Hey!
I'm learning Asterisk.
If you do asterisk> file convert xxx.wav xxx.ulaw
that, the asterisk swears at the file if it is not mono, and if it doesn’t suit something else.
Maybe some module has already been invented so that he can convert WAV of any format to the desired codec?
Probably there is some binding for some audio converter in Linux. But since I have never worked with audio in my life, I would like to ask the experts what they do in this case?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Makarov, 2019-12-10
@flapflapjack

for AA try this in linux console:
sox in.wav -r 8000 -c 1 out.wav
and don't use ulaw, we have alaw standard...

D
Dmitry Q, 2019-12-10
@Krotesk

Audacity:

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question