-
http://webaudio.github.io/web-midi-api / https://github.com/djipco/webmidi
-
It'd be awesome if there was a feature to allow custom oscillators similar to the web audio api
https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-createoscillator
-
http://caniuse.com/audio-api but webaudio using lowlag doesnt work on FF
ghost updated
10 years ago
-
use Web Audio API for sounds, see for example:
http://www.html5rocks.com/en/tutorials/webaudio/intro/
-
Currently the spec says: https://webaudio.github.io/web-audio-api/#audioworkletprocess-callback-parameters
> If there are no [actively processing](https://webaudio.github.io/web-audio-api/#actively…
hoch updated
2 months ago
-
An upcoming change in WebAudio wants to change the dictionary defined in bikeshed by
```
dictionary AudioContextOptions {
(AudioContextLatencyCategory or double) latencyHint = "interactive";
f…
-
**Describe the issue**
People get confused with channelCount and friends when applied to a source node like an oscillator.
We should update the description in each source node to say that it's not…
rtoy updated
2 months ago
-
To reproduce: `./mach test-wpt tests/wpt/tests/webaudio/the-audio-api/processing-model/cycle-without-delay.html`
Backtrace:
```
pid:46888 Cache should have been filled from traversal (thread Audi…
-
will this need the WebAudio api? what do we fall back on if [that's not available](http://caniuse.com/#feat=audio-api)?
-
nice project !!
The dataflow-webaudio project's GUI based on dataflow does not work on FF nightly.
So i checked the latest data flow lib from the Data Flow Repo.
But its pretty clear the Libraries…
ghost updated
10 years ago