Results 1 - 6 of 6

AudioBufferSourceNode.stop()

The most simple example just stops the audio buffer playing immediately — you don't need to specify any parameters in this case:
API AudioBufferSourceNode Method Reference Référence stop Web Audio API

MediaRecorder.stop()

The MediaRecorder.stop() method (part of the MediaRecorder API) is used to stop media capture.
API Media Capture Media Recorder API MediaRecorder Method Reference stop

MediaStreamTrack.stop()

The MediaStreamTrack.stop() method stops playing the source associated with the track. Both the source and the track are deassociated. The track state is set to ended.
API Media Stream API MediaStreamTrack Method Reference Référence stop WebRTC

OscillatorNode.stop()

The following example shows basic usage of an AudioContext to create an oscillator node. For an applied example, check out our Violent Theremin demo (see app.js for relevant code).
API Method OscillatorNode Reference stop Web Audio API