Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Component:AudioInputDeviceSelection: Difference between revisions

From Resonite Wiki
989onan (talk | contribs)
add info
Hemisputnik (talk | contribs)
mNo edit summary
 
Line 8: Line 8:
The '''AudioInputDeviceSelection''' component is a Legacy component part of the old settings UI.
The '''AudioInputDeviceSelection''' component is a Legacy component part of the old settings UI.


{{Note|For an updated version, see [[Component:SettingsDataFeed]] and read on the concept [[Data Feeds]].|warning}}
{{UseDataFeeds|SettingsDataFeed}}


<!--T:2-->
<!--T:2-->

Latest revision as of 03:09, 7 April 2025

Component image 
Audio Input Device Selection component as seen in the Scene Inspector

The AudioInputDeviceSelection component is a Legacy component part of the old settings UI.

For an up-to-date counterpart, see Component:SettingsDataFeed and read on the concept Data Feeds.


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
SelectedDeviceIndex Int The current selected.
SelectedDeviceName String The name of the currently selected device.
UseFilteredData Bool Whether to filter the incoming audio.
_deviceButtonRoot Slot The slot to place device selection buttons.
_audioStream LocalAudioDeviceStream The audio stream of the currently selected audio device.
_audioOutput AudioOutput The audio output being used to preview the audio input device.
_deviceVolume VolumeMeter The component being used to analyze the incoming audio of the selected input device and turn it into volume.
_volumeBar ProgressBar The bar being used to preview the input audio device volume.

Usage

Used in your Local Space settings to select your Audio Input device.

Examples

Legacy.

See Also