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

Support all AudioNode types #2

Open
spite opened this issue Apr 14, 2015 · 0 comments
Open

Support all AudioNode types #2

spite opened this issue Apr 14, 2015 · 0 comments

Comments

@spite
Copy link
Owner

spite commented Apr 14, 2015

AnalyserNode (createAnalyser) ✓
AudioBuffer (createBuffer) ✓
AudioBufferSourceNode (createBufferSource) ✓
AudioDestinationNode (via AudioNode.prototype.connect) ✓
BiquadFilterNode (createBiquadFilter) ✓
ChannelMergerNode (createChannelMerger) ✓
ChannelSplitterNode (createChannelSplitter) ✓
ConvolverNode (createConvolver) ✓
DelayNode (createDelay) ✓
DynamicsCompressorNode (createDynamicsCompressor) ✓
GainNode (createGain) ✓
MediaElementAudioSourceNode (createMediaElementSource) ✓
MediaStreamAudioDestinationNode (createMediaStreamDestination) ✓
MediaStreamAudioSourceNode (createMediaStreamSource) ✓
OscillatorNode (createOscillator) ✓
PannerNode (createPanner) ✓
PeriodicWaveNode (createPeriodicWave) ✓
ScriptProcessorNode (createScriptProcessor) ✓
WaveShaperNode (createWaveShaper) ✓

Also:

StereoPannerNode (createStereoPanner) ✓

@spite spite changed the title Support all node types Support all AudioNode types Apr 14, 2015
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

1 participant