Coder Social home page Coder Social logo

Skipping in Chrome about audiolet HOT 5 CLOSED

oampo avatar oampo commented on July 21, 2024
Skipping in Chrome

from audiolet.

Comments (5)

baffo32 avatar baffo32 commented on July 21, 2024

Sorry; closed this thinking it was a small bug in sink.js . Seems to be some timing issue; if I set a breakpoint, the skips go away.

from audiolet.

oampo avatar oampo commented on July 21, 2024

Yeah, I know about this - it's related to http://code.google.com/p/chromium/issues/detail?id=82795. I think there are some changes to the audio backend in Chrome on their way which will hopefully sort it out. For now I think you can just set a small timeout before creating the Audiolet object, but YMMV with this. Anyway, I'll leave this bug open until there is a more sensible fix available.

from audiolet.

baffo32 avatar baffo32 commented on July 21, 2024

That helps a lot!

It seems this is happening because the Audiolet object is getting garbage collected. This works fine:

var audiolet;
window.onload = function() {
audiolet = new Audiolet();
var sine = new Sine(audiolet);
sine.connect(audiolet.output);
};

from audiolet.

baffo32 avatar baffo32 commented on July 21, 2024

Relevant: jussi-kalliokoski/sink.js#3

from audiolet.

oampo avatar oampo commented on July 21, 2024

Thanks for properly tracking this down @baffo32 - I really didn't fully understand what was getting GCed here. Also cheers for the typo fixes in the documentation. Glad to see someone's actually reading them :)

from audiolet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.