museeks
museeks copied to clipboard
Equalizer
With the Web Audio API, it would be possible to implement an equalizer (60, 170, 310, 600, 1k, 3k, 6k, 12k, 14k, 16k for example).
http://superuser.com/questions/695843/how-to-use-equalizer-on-ffmpeg#696187
https://github.com/fluent-ffmpeg/node-fluent-ffmpeg#audiofiltersfilter-add-custom-audio-filters
I actually thought that we'll implement equalizer on WebAudio Layer, cause to apply it to ffmpeg output, you have to restart the process.
It was just for the record.