Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing sound file for Web Audio API Binaural module #9

Open
vberthiaume opened this issue Mar 6, 2017 · 10 comments
Open

missing sound file for Web Audio API Binaural module #9

vberthiaume opened this issue Mar 6, 2017 · 10 comments

Comments

@vberthiaume
Copy link

The sound file is marked as missing here: https://ircam-rnd.github.io/binauralFIR/

@PyrApple
Copy link
Collaborator

PyrApple commented Mar 6, 2017

Can't reproduce here. Marked as missing in the browser console or disabled audio tag? which browser?

@vberthiaume
Copy link
Author

right, sorry! In internet explorer I see this:

capture

and in chrome I see this:

captur2e

In chrome, I can press the play button and it seems as if the file is playing, but I get no sound.

@vberthiaume
Copy link
Author

oh yeah, and I can download the file from chrome and play it locally. Really weird!

@PyrApple
Copy link
Collaborator

PyrApple commented Mar 6, 2017

Could you load the page on Chrome with the View/Developer/Javascript Console enabled and post the logs?

@vberthiaume
Copy link
Author

captur3e

@PyrApple
Copy link
Collaborator

PyrApple commented Mar 6, 2017

latest chrome version?

@vberthiaume
Copy link
Author

yes, latest version. Given the error message, I tried changing my sound card sampling rate to 44.1 kHz instead of 48 kHz, and now it works in chrome. Still same error in IE ;)

@PyrApple
Copy link
Collaborator

PyrApple commented Mar 6, 2017

fixed audioContext creation for Safari, Web Audio API not supported on IE, see: http://caniuse.com/#feat=audio-api

@cbossut
Copy link

cbossut commented Feb 13, 2024

Still, in Chrome :

Uncaught DOMException: Failed to set the 'buffer' property on 'ConvolverNode': The buffer sample rate of 44100 does not match the context rate of 48000 Hz.
at t.set (https://ircam-rnd.github.io/binauralFIR/binaural-fir.min.js:1:5238)
at t.value (https://ircam-rnd.github.io/binauralFIR/binaural-fir.min.js:1:3043)
at t.value (https://ircam-rnd.github.io/binauralFIR/binaural-fir.min.js:1:2233)
at https://ircam-rnd.github.io/binauralFIR/examples/:79:21

@cbossut
Copy link

cbossut commented Feb 13, 2024

And also

Uncaught DOMException: Failed to set the 'buffer' property on 'ConvolverNode': The buffer sample rate of 44100 does not match the context rate of 48000 Hz.
at t.set (https://ircam-rnd.github.io/binauralFIR/binaural-fir.min.js:1:5238)
at t.value (https://ircam-rnd.github.io/binauralFIR/binaural-fir.min.js:1:3043)
at t.value (https://ircam-rnd.github.io/binauralFIR/binaural-fir.min.js:1:2233)
at https://ircam-rnd.github.io/binauralFIR/examples/:79:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants