This is an experimental audio mixer using Javascript/Web Audio Api for learning purpuses.
The program uses five audio files with one audioContext and different processing stages to get the final sound.
Features
Solo button: Mutes all the channels except for the one selected.
Mute button: Mute the selected channel.
EQ: Amplifies or decrease some range of frecuencies (low and high range uses a shelving type EQ, Mid frecuencies uses a bell type EQ).
Volumen fader: Increase or decrease the volumen of the selected channel.
VuMeter: Indicates the signal level of the mix.