Ircam-RnD / binauralFIR

Binaural module for the Web Audio API
https://ircam-rnd.github.io/binauralFIR/
BSD 3-Clause "New" or "Revised" License
146 stars 16 forks source link

example doesn't work - dependencies missing (404) #4

Closed Bluebie closed 9 years ago

Bluebie commented 9 years ago

When I try to load your example, either the one included in this repository or the github-hosted one, I get these errors, which I'm struggling to resolve.

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (buffer-loader.min.js, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (player.min.js, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (binauralfir.min.js, line 0)
[Error] ReferenceError: Can't find variable: AudioContext
    global code (binauralFIR, line 47)
[Error] TypeError: undefined is not an object (evaluating 'player.start')
    (anonymous function) (binauralFIR, line 113)
ouhouhsami commented 9 years ago

Well, we are in a process of refactoring. Here is a working demo: http://jsfiddle.net/4ptmsc5d/1/

Best