История изменений
Исправление Deleted, (текущая версия) :
Это как в скрипт добавить?
$ man sox
...
For example,
sox infile outfile gain -n
normalises to 0dB, and
sox infile outfile gain -n -3
normalises to -3dB.
The -l option invokes a simple limiter, e.g.
sox infile outfile gain -l 6
will apply 6dB of gain but never clip.
...
Исходная версия Deleted, :
Это как в скрипт добавить?
$ man sox
...
For example,
sox infile outfile gain -n
normalises to 0dB, and
sox infile outfile gain -n -3
normalises to -3dB.
...