(One intermediate revision by one other user not shown)
Line 3:
Line 3:
|Name=Local Audio Device Stream
|Name=Local Audio Device Stream
}}
}}
{{stub}}
The '''LocalAudioDeviceStream''' component can be used as a source of streamed audio data kind of like a player or a video for use with audio output components. This component Outputs locally the audio for a specified audio input Device by index number.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|AudioDeviceIndex|Int|
|AudioDeviceIndex|Int| The audio device to gather audio samples from.
|UseFilteredData|Bool|
|UseFilteredData|Bool| Whether to use raw audio samples or filter them.
}}
}}
== Behavior ==
== Usage ==
Can be used to listen to a specified audio device index using an audio output. Can be used in world space and isn't limited to userspace.
Local Audio Device Stream component as seen in the Scene Inspector
The LocalAudioDeviceStream component can be used as a source of streamed audio data kind of like a player or a video for use with audio output components. This component Outputs locally the audio for a specified audio input Device by index number.