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

Uncaught TypeError: Value is not of type AudioBuffer error #74

Closed
calumgunn opened this issue Aug 14, 2013 · 5 comments
Closed

Uncaught TypeError: Value is not of type AudioBuffer error #74

calumgunn opened this issue Aug 14, 2013 · 5 comments

Comments

@calumgunn
Copy link

    function playSample(path) {
        var sound = new Howl({
            urls: [path]
        }).play();
        sound;
    }

    $(".key").on("click", function () {
        playSample($(this).attr('data-sample'));
    });

The above code is letting me fire the mp3 samples once, then giving me the above error when triggered any time after that. I've done a lot of Googling, but to no avail!

@goldfire
Copy link
Owner

What line was this error referring to?

@calumgunn
Copy link
Author

Line 1162:

node.bufferSource.buffer = cache[obj._src];

@goldfire
Copy link
Owner

Did you ever figure out what was going on here? I lost track of this ticket, but now that I'm looking over it again I'm unable to reproduce this.

@goldfire
Copy link
Owner

goldfire commented Feb 5, 2014

I believe this issue was related to a fix made in the last version. I'm closing this ticket, but if you are still seeing this please let me know.

@goldfire goldfire closed this as completed Feb 5, 2014
@hugolpz
Copy link

hugolpz commented Jul 26, 2014

Please reopen. This bug still exist in 1.1.24.

howler bug report

See also #188

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