This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
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. |
URL
|
Uri | |
LoadMode
|
AudioLoadMode | |
SampleRateMode
|
SampleRateMode |
Sync Delegates
Name | Arguments | Description |
---|---|---|
Normalize()
|
Func`1 | |
AdjustVolume()
|
Func`2<Float: ratio> | |
ExtractSides()
|
Func`1 | |
Denoise()
|
Func`1 | |
TrimSilence()
|
Func`1 | |
TrimStartSilence()
|
Func`1 | |
TrimEndSilence()
|
Func`1 | |
TrimStart()
|
Func`2<Float: duration> | |
TrimEnd()
|
Func`2<Float: duration> | |
FadeIn()
|
Func`2<Float: duration> | |
FadeOut()
|
Func`2<Float: duration> | |
MakeFadeLoop()
|
Func`2<Float: duration> | |
ConvertToWAV()
|
Func`1 | |
ConvertToVorbis()
|
Func`1 | |
ConvertToFLAC()
|
Func`1 |