-
In https://webaudio.github.io/web-audio-api/#widl-AudioBufferSourceNode-loopEnd, `loopEnd` is independent of the value of `playbackRate`. It should also be independent of `detune` since `detune` and …
-
I am using mediaelement.js audio/video player plugin. How to set src or play ajax response data to player. I need somethig like that.
$.ajax({
u…
-
Discussed at [London f2f](https://github.com/w3ctag/meetings/blob/gh-pages/2016/03-london/agenda.md) 30-March-2016.
torgo updated
7 years ago
-
https://webaudio.github.io/web-audio-api/#methods-7 describes how to compute the effective playback rate from `detune` and `playbackRate`. But this section is entitled "Methods". That seems to be a …
-
As discussed [here](https://lists.w3.org/Archives/Public/public-audio/2016OctDec/0053.html), we need a normalized channels order for channels manipulation in the Web Audio API.
It has already been de…
-
> Originally reported on W3C Bugzilla [ISSUE-19991](https://www.w3.org/Bugs/Public/show_bug.cgi?id=19991) Sat, 17 Nov 2012 17:12:35 GMT
> Reported by Jussi Kalliokoski
> Assigned to
Currently there …
-
When I click play or pause button on locked screen it stops/starts playing but also resets song information.
Also home button removes both controls and song info.
BTW: I had to import remoteControl…
-
I'm not sure if this should be considered a bug in Tone or an issue with iOS.
Offline Rendering of Web Audio can't begin in iOS until after a user action.
The Tone examples page contains a soli…
-
> Originally reported on W3C Bugzilla [ISSUE-20698](https://www.w3.org/Bugs/Public/show_bug.cgi?id=20698) Thu, 17 Jan 2013 14:15:09 GMT
> Reported by Joe Berkovitz / NF
> Assigned to
Use case:
If o…
-
Chrome has `googAutoGainControl` and `googNoiseSuppression`,
& Firefox has `mozAutoGainControl` and `mozNoiseSuppression`.
With two working implementations, we should standardize `autoGainControl`…