Table of Contents

Sound

(NOTE) Receives input from a microphone and passes the audio data to its output SoundNodes.

Methods Properties Base Classes Derived Classes
Active soundnode
Volume

Properties


Active : boolean

Microphone input will only be played while the Active property is set to True.

var Active : Boolean

Volume : real

The volume modifier applied to all audio data received from the microphone.

var Volume : Real

Methods