Всем привет какой день бьюсь но чет не получается совсем ни чего встрял на таком моменте хочу сделать спектр звука как здесь
www.radiorecord.ru/player , делаю все по аналогии но получаю вот что
ссылка вот
81.177.135.164/music_player js код который все шаманит
whileplaying: function() { // во время проигрывания
//console.log(this.durationEstimate - this.position);
var data = [];
var waveform = new Waveform({
container: document.getElementById("nowtrack_back"),
interpolate: false
});
var ctx = waveform.context;
var gradient = ctx.createLinearGradient(0, 0, 0, waveform.height);
gradient.addColorStop(0.0, "#797979");
gradient.addColorStop(1.0, "#3e3e3e");
waveform.innerColor = gradient;
waveform.update({data: soundObject.eqData.right}); // обновляем эквалайзер
if (histogram_id) {
histogram_id.css('width', this.position*323/this.durationEstimate+'px');
histogram_id_load.css('width', this.duration*323/this.durationEstimate+'px');
} // увеличиваем ширину блока гистограммы (у радио нет валидного histogram_id и this.duration=Infinity
},
Help! Чуваки Help