Bug 71942 - Web Audio should have a callback indicating AudioBufferSourceNode completion
Summary: Web Audio should have a callback indicating AudioBufferSourceNode completion
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 12:32 PST by Chris Rogers
Modified: 2024-02-04 14:07 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rogers 2011-11-09 12:32:21 PST
This is a new feature which multiple developers have requested.
Comment 1 klaus 2013-08-05 05:18:59 PDT
there should also be a callback when sound starts playing since it could be scheduled!
Comment 2 givanse 2015-10-22 11:45:25 PDT
Mozilla documented `onended, I would asume that Chrome has it too now.
Comment 3 Ahmad Saleem 2024-02-04 14:07:01 PST
Safari / WebKit also have 'onended' on AudioScheduledSourceNode.idl.

@Chris - do we need anything here?