# BroAdvice

| NameSpace    | Accessibility |
| ------------ | ------------- |
| Ami.BroAudio | public        |

## Public Variables

| Variable            | Type                                                                                                                                 | Value                                                                                                       |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
| FadeTime\_Immediate | <mark style="color:blue;">float</mark>                                                                                               | 0                                                                                                           |
| FadeTime\_Quick     | <mark style="color:blue;">float</mark>                                                                                               | 0.5                                                                                                         |
| FadeTime\_Smooth    | <mark style="color:blue;">float</mark>                                                                                               | 1                                                                                                           |
| LowPassFrequency    | <mark style="color:blue;">float</mark>                                                                                               | 300                                                                                                         |
| HighPassFrequency   | <mark style="color:blue;">float</mark>                                                                                               | 2000                                                                                                        |
| VolumeIncreaseEase  | [<mark style="color:green;">Ease</mark>](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease) | [Ease](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease).InCubic  |
| VolumeDecreaseEase  | [<mark style="color:green;">Ease</mark>](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease) | [Ease](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease).OutSine  |
| LowPassInEase       | [<mark style="color:green;">Ease</mark>](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease) | [Ease](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease).OutCubic |
| LowPassOutEase      | [<mark style="color:green;">Ease</mark>](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease) | [Ease](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease).InCubic  |
| HighPassInEase      | [<mark style="color:green;">Ease</mark>](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease) | [Ease](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease).InCubic  |
| HighPassOutEase     | [<mark style="color:green;">Ease</mark>](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease) | [Ease](https://man572142s-organization.gitbook.io/broaudio/reference/api-documentation/enums/ease).OutCubic |
| VirtualTrackCount   | <mark style="color:blue;">int</mark>                                                                                                 | 4                                                                                                           |
