Mise à jour
Mise à jour de la base de données, veuillez patienter...
source: Dotmana
Just came accross REW (Room EQ Wizard) (Linux, Windows, Mac)
It let you plot the output of your speakers, then create a filter to compensate the flaws.
Export-> Filter as text file.
Then with the amazing Sox audio files process:
sox -q input_file.wav output_file `awk ‘$4==”PK” { gsub(/,/,”",$6 );val=$6;printf ” equalizer “val” “$12″q “$9}’ val=”%’6.3f” REW_filter.txt`