Changeset - 522d7bf9b5b2
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 6 years ago 2019-06-09 04:46:46
drewp@bigasterisk.com
spectrograms work even when music is ogg files
Ignore-this: 7a3ae40d1f6a7d331839087ceeb45e99
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline/light9-timeline-audio.html
Show inline comments
 
@@ -61,7 +61,7 @@
 
                   return;
 
               }
 
               
 
               this.imgSrc = root + '/' + filename.replace('.wav', '.png');
 
               this.imgSrc = root + '/' + filename.replace('.wav', '.png').replace('.ogg', '.png');
 
           }.bind(this), "timeline-audio " + this.song);
 
       },
 
       _imgWidth: function(zoom) {
0 comments (0 inline, 0 general)