989onan bot (talk | contribs) Automated: create new component page |
frames -> samples again |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|Name=Audio Performance Settings | |Name=Audio Performance Settings | ||
}} | }} | ||
The '''Audio Performance Settings''' component | The '''Audio Performance Settings''' component is part of the [[Settings]] that control audio buffers. | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|MaxVoices|Int| | |MaxVoices|Int| The maximum voices the user is allowed to hear. | ||
|OutputBufferSize|'''[[#AudioFrameSize|AudioPerformanceSettings.AudioFrameSize]]'''|TypeAdv1=true| | |OutputBufferSize|'''[[#AudioFrameSize|AudioPerformanceSettings.AudioFrameSize]]'''|TypeAdv1=true| The output buffer size in samples. | ||
|SimulationFrameSize|'''[[#AudioFrameSize|AudioPerformanceSettings.AudioFrameSize]]'''|TypeAdv2=true| | |SimulationFrameSize|'''[[#AudioFrameSize|AudioPerformanceSettings.AudioFrameSize]]'''|TypeAdv2=true| The simulation buffer size in samples. | ||
}} | |||
== AudioFrameSize == | |||
{{Table EnumValues | |||
|VeryLow256|256| 256 samples. | |||
|Low512|512| 512 samples. | |||
|Medium1024|1024| 1024 samples. | |||
|Large2048|2048| 2048 samples. | |||
|VeryLarge4096|4096| 4096 samples. | |||
|ExtremelyLarge8192|8192| 8192 samples. | |||
|TestingOneSecond|48000| Sets buffer to hold one second worth of samples. | |||
}} | }} | ||
== Usage == | == Usage == | ||
See [[Settings]]. | |||
== Examples == | == Examples == | ||
See [[Settings]]. | |||
== See Also == | == See Also == | ||
* [[Settings]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Audio Performance Settings]] | [[Category:Components:Uncategorized{{#translation:}}|Audio Performance Settings]] | ||
[[Category:Components{{#translation:}}|Audio Performance Settings]] | [[Category:Components{{#translation:}}|Audio Performance Settings]] | ||
[[Category:Components With Nested Enums{{#translation:}}|Audio Performance Settings]] | [[Category:Components With Nested Enums{{#translation:}}|Audio Performance Settings]] | ||
Latest revision as of 23:52, 9 May 2025
Component image File:AudioPerformanceSettingsComponent.pngAudio Performance Settings component as seen in the Scene Inspector
The Audio Performance Settings component is part of the Settings that control audio buffers.
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. |
MaxVoices
|
Int | The maximum voices the user is allowed to hear. |
OutputBufferSize
|
AudioPerformanceSettings.AudioFrameSize | The output buffer size in samples. |
SimulationFrameSize
|
AudioPerformanceSettings.AudioFrameSize | The simulation buffer size in samples. |
AudioFrameSize
Name | Value | Description |
---|---|---|
VeryLow256
|
256 | 256 samples. |
Low512
|
512 | 512 samples. |
Medium1024
|
1024 | 1024 samples. |
Large2048
|
2048 | 2048 samples. |
VeryLarge4096
|
4096 | 4096 samples. |
ExtremelyLarge8192
|
8192 | 8192 samples. |
TestingOneSecond
|
48000 | Sets buffer to hold one second worth of samples. |
Usage
See Settings.
Examples
See Settings.