Skip to content

Commit

Permalink
Add a public domain song to showcase the visualizer on gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sdegueldre committed Jul 17, 2019
1 parent 1ce5dfc commit f404055
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.cache/*
/dist/*
/assets/audio/*
!/assets/audio/Komiku - Mushrooms.mp3
Binary file added assets/audio/Komiku - Mushrooms.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "babel-polyfill";

const ft = require('fourier-transform/asm');
const db = require('decibels');
const soundfile = require('../assets/audio/undertone.mpga');
const soundfile = require('../assets/audio/Komiku - Mushrooms.mp3');
const audioElt = document.createElement('audio');
audioElt.src = soundfile;
audioElt.controls = true;
Expand Down

0 comments on commit f404055

Please sign in to comment.