stream property
The stream
property of the AudioContext 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.
Implementation
MediaStream get stream;