Как делаются записи, качественно звучащие на g.711?
_________________
Debian Lenny, Asterisk 1.6.2, chan_datacard
телефон режет частотный диапозон.
какой формат файлов у вас?
_________________
Debian Lenny, Asterisk 1.6.2, chan_datacard
_________________
Debian Lenny, Asterisk 1.6.2, chan_datacard
Вообще, такие вопросы наверно лучше задавать на тематических форумах звукорежиссеров
вот например нашел обсуждение http://forum.dbpoweramp.com/showthread.php?t=13512
| Code: |
| lame --preset fm file-source.wav file-tmp.mp3 mpg123 -E /eq.dat -q --mono -r 8000 -w file-dest.wav file-tmp.mp3 |
cat /eq.dat
# in every line, there are two values. One for the left
# and one for the right cahnnel.
# the first line is the multiplicator for the lowest frequency band
# the 32th line for the highest freq. band
#
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
# and one for the right cahnnel.
# the first line is the multiplicator for the lowest frequency band
# the 32th line for the highest freq. band
#
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.4 0.4
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
0.0 0.0
у меня так работает, абоненты загружают свои wav и mp3 файлы с большим разбросом параметров. все работает как нужно и звук хороший.