Audiolet icon indicating copy to clipboard operation
Audiolet copied to clipboard

Uncaught No audio sink available. again?

Open robertjwhitney opened this issue 12 years ago • 12 comments

hm. all of my previously working tests now seem to be returning this error... I see some changes to master head, and using this version removes the error, but my tests are silent. thoughts?

Uncaught No audio sink available. 

robertjwhitney avatar Jul 19 '12 15:07 robertjwhitney

Which OS, browser and version is this with? I'd hazard a guess that this is down to further changes filtering into the Web Audio API...

oampo avatar Jul 20 '12 14:07 oampo

Oh word, sorry. OSX 10.7.3 Chrome 20.0.1132.57, and Also Safari 5.1.3

robertjwhitney avatar Jul 20 '12 14:07 robertjwhitney

Sorry about the lack of progress Robert, I've been super busy and haven't had a moment to look at this. Next week I should be able to get a free half-hour to see what's causing this. Joe

oampo avatar Aug 04 '12 15:08 oampo

Hey man! Thanks for checking in no problem, I've been super busy and feeling guilty about not getting to look into it also.

robertjwhitney avatar Aug 04 '12 19:08 robertjwhitney

Okay - I've just tried this out with the latest trunk of Audiolet and the latest stable Chrome (21.0.1180.75) on Linux, and it is working okay here. I can't find the package to downgrade to 20.0.1132.57, so would you mind upgrading to the latest stable and seeing whether that helps. I'm using the examples/demo app to test it out, which seems to be working fine. Otherwise I guess this is probably be a problem with the OSX version, and I'll need to get you to do a bit more debugging for me.

oampo avatar Aug 10 '12 09:08 oampo

I think this is likely a conflict between sink.js and webkit at the moment.

https://github.com/jussi-kalliokoski/sink.js

Related

https://github.com/jussi-kalliokoski/audiolib.js/issues/69 https://github.com/jussi-kalliokoski/audiolib.js/issues/60

I also noted that the blobBuilder syntax is deprecated in favor of blob, but that some things had changed with slice.

https://developer.mozilla.org/en-US/docs/DOM/Blob#Browser_compatibility

robertjwhitney avatar Aug 12 '12 18:08 robertjwhitney

Hm. Actually seems fixed in latest chrome. Looking at Safari again.

robertjwhitney avatar Aug 12 '12 19:08 robertjwhitney

Hmmm. Still not working in 5.1.6 Safari. Hopefully resolved soon.

robertjwhitney avatar Aug 12 '12 19:08 robertjwhitney

Yeah, I'm pretty sure this will have been a change with the Web Audio API which has been slowly propagating through. I don't have any way of testing in Safari at the moment, so if you could try this out in a version or so just to make sure there's nothing more serious that would be much appreciated. Cheers for the work debugging this too :)

oampo avatar Aug 13 '12 13:08 oampo

Hmm. In Firefox 30 I'm getting Error: No audio sink available. Audiolet.js:6368, and in Chrome 36.0.1985.84 beta I'm getting Uncaught [object Object] Audiolet.js:5991. Sounds like maybe this is a known problem?

bennlich avatar Jun 24 '14 07:06 bennlich

Fixed in my pull request (#58) :)

Kamasoutra avatar Jul 25 '14 16:07 Kamasoutra

Hot dawg! Awesome!

bennlich avatar Jul 31 '14 04:07 bennlich