Re: Sites using webkitAudioContext only

2013/7/4 Marcus Geelnard <mage@opera.com>

>  Actually, that is pretty much how I envision doing the Web Audio port of
> my JS synth ( http://sb.bitsnbites.eu/player.js ), just haven't gotten
> around to doing it yet. Of course, it means that I won't get as high
> quality oscillators as the OscillatorNode, but that's not the point.
>
> /Marcus
>

Doing "dirty" LoFi oscillators with native nodes is one of the shortcomings
of the API at the moment, as far as I can see. Of course one always can use
ScriptProcessorNodes, but are there plans to add an interpolation-flag to
AudioBufferSourceNodes (to disable interpolation and/or choose a desired
interpolation) and to add time-domain based PeriodicWaves, along with a
quality/interpolation flag in OscillatorNodes?

cheers,
Patrick

>
>

Received on Thursday, 4 July 2013 07:39:46 UTC