Utilisation de wavesurfer.js pour lire les fichiers MP3/OGG
authorOlivier Tétard <olivier.tetard@miskin.fr>
Thu, 12 Nov 2015 17:06:22 +0000 (18:06 +0100)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Thu, 12 Nov 2015 17:06:22 +0000 (18:06 +0100)
commited86ee67bd2c4646509edaf9697eb7f9b283e2b1
treea612ea188d8a802080244860cd7c28e8509fe051
parent61e3a2fe873e6fa63150fe8f532849143b95951e
Utilisation de wavesurfer.js pour lire les fichiers MP3/OGG
71 files changed:
static/wavesurfer.js/.gitignore [new file with mode: 0644]
static/wavesurfer.js/.npmignore [new file with mode: 0644]
static/wavesurfer.js/.travis.yml [new file with mode: 0644]
static/wavesurfer.js/CNAME [new file with mode: 0644]
static/wavesurfer.js/Gruntfile.js [new file with mode: 0644]
static/wavesurfer.js/README.md [new file with mode: 0644]
static/wavesurfer.js/bower.json [new file with mode: 0644]
static/wavesurfer.js/dist/plugin/wavesurfer.elan.min.js [new file with mode: 0644]
static/wavesurfer.js/dist/plugin/wavesurfer.microphone.min.js [new file with mode: 0644]
static/wavesurfer.js/dist/plugin/wavesurfer.minimap.min.js [new file with mode: 0644]
static/wavesurfer.js/dist/plugin/wavesurfer.regions.min.js [new file with mode: 0644]
static/wavesurfer.js/dist/plugin/wavesurfer.spectrogram.min.js [new file with mode: 0644]
static/wavesurfer.js/dist/plugin/wavesurfer.timeline.min.js [new file with mode: 0644]
static/wavesurfer.js/dist/wavesurfer.min.js [new file with mode: 0644]
static/wavesurfer.js/dist/wavesurfer.min.js.map [new file with mode: 0644]
static/wavesurfer.js/example/angular/app.js [new file with mode: 0644]
static/wavesurfer.js/example/angular/index.html [new file with mode: 0644]
static/wavesurfer.js/example/annotation/annotations.json [new file with mode: 0644]
static/wavesurfer.js/example/annotation/app.css [new file with mode: 0644]
static/wavesurfer.js/example/annotation/app.js [new file with mode: 0644]
static/wavesurfer.js/example/annotation/index.html [new file with mode: 0644]
static/wavesurfer.js/example/annotation/rashomon.json [new file with mode: 0644]
static/wavesurfer.js/example/audio-element/index.html [new file with mode: 0644]
static/wavesurfer.js/example/audio-element/main.js [new file with mode: 0644]
static/wavesurfer.js/example/css/ribbon.css [new file with mode: 0644]
static/wavesurfer.js/example/css/style.css [new file with mode: 0644]
static/wavesurfer.js/example/elan/app.js [new file with mode: 0644]
static/wavesurfer.js/example/elan/css/elan.css [new file with mode: 0644]
static/wavesurfer.js/example/elan/index.html [new file with mode: 0644]
static/wavesurfer.js/example/elan/transcripts/001z.mp3 [new file with mode: 0644]
static/wavesurfer.js/example/elan/transcripts/001z.xml [new file with mode: 0755]
static/wavesurfer.js/example/equalizer/index.html [new file with mode: 0644]
static/wavesurfer.js/example/equalizer/main.js [new file with mode: 0644]
static/wavesurfer.js/example/main.js [new file with mode: 0644]
static/wavesurfer.js/example/media/demo.wav [new file with mode: 0644]
static/wavesurfer.js/example/microphone/app.js [new file with mode: 0644]
static/wavesurfer.js/example/microphone/index.html [new file with mode: 0644]
static/wavesurfer.js/example/panner/index.html [new file with mode: 0644]
static/wavesurfer.js/example/panner/main.js [new file with mode: 0644]
static/wavesurfer.js/example/panner/media.wav [new file with mode: 0644]
static/wavesurfer.js/example/playlist/app.js [new file with mode: 0644]
static/wavesurfer.js/example/playlist/index.html [new file with mode: 0644]
static/wavesurfer.js/example/screenshot.png [new file with mode: 0644]
static/wavesurfer.js/example/spectrogram/app.js [new file with mode: 0644]
static/wavesurfer.js/example/spectrogram/index.html [new file with mode: 0644]
static/wavesurfer.js/example/split-channels/app.js [new file with mode: 0644]
static/wavesurfer.js/example/split-channels/index.html [new file with mode: 0644]
static/wavesurfer.js/example/split-channels/stereo.mp3 [new file with mode: 0644]
static/wavesurfer.js/example/timeline/app.js [new file with mode: 0644]
static/wavesurfer.js/example/timeline/index.html [new file with mode: 0644]
static/wavesurfer.js/example/trivia.js [new file with mode: 0644]
static/wavesurfer.js/example/zoom/index.html [new file with mode: 0644]
static/wavesurfer.js/example/zoom/main.js [new file with mode: 0644]
static/wavesurfer.js/index.html [new file with mode: 0644]
static/wavesurfer.js/package.json [new file with mode: 0644]
static/wavesurfer.js/plugin/wavesurfer.elan.js [new file with mode: 0644]
static/wavesurfer.js/plugin/wavesurfer.microphone.js [new file with mode: 0644]
static/wavesurfer.js/plugin/wavesurfer.minimap.js [new file with mode: 0644]
static/wavesurfer.js/plugin/wavesurfer.regions.js [new file with mode: 0755]
static/wavesurfer.js/plugin/wavesurfer.spectrogram.js [new file with mode: 0644]
static/wavesurfer.js/plugin/wavesurfer.timeline.js [new file with mode: 0644]
static/wavesurfer.js/spec/support/jasmine.json [new file with mode: 0644]
static/wavesurfer.js/spec/util.spec.js [new file with mode: 0755]
static/wavesurfer.js/src/drawer.canvas.js [new file with mode: 0644]
static/wavesurfer.js/src/drawer.js [new file with mode: 0644]
static/wavesurfer.js/src/html-init.js [new file with mode: 0644]
static/wavesurfer.js/src/mediaelement.js [new file with mode: 0755]
static/wavesurfer.js/src/util.js [new file with mode: 0644]
static/wavesurfer.js/src/wavesurfer.js [new file with mode: 0755]
static/wavesurfer.js/src/webaudio.js [new file with mode: 0755]
templates/analyze_file.html