Baseline Widely available
The stream
property of the AudioContext
interface represents a MediaStream
containing a single audio MediaStreamTrack
with the same number of channels as the node itself.
You can use this property to get a stream out of the audio graph and feed it into another construct, such as a Media Recorder.
ValueA MediaStream
containing a single audio track. The audio track is a MediaStreamTrack
whose kind
is audio
.
See AudioContext.createMediaStreamDestination()
for example code that creates a MediaStreamAudioDestinationNode
and uses its stream
property as a source for audio to be recorded.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3