BroAudio
Quick StartScripting APIAsset Store
  • Overview
    • Introduction
    • Getting Started
    • Compatibility
  • Core Features
    • Library Manager
      • Create The Library
      • Design The Sound
        • 🔊Volume
        • 🎚️Fading
        • 🔁Looping
        • 🎲Randomization
        • 💪Velocity
        • 🎛️Spatial & Mix
    • Audio Player
      • Music Player
      • Dominator Player
    • Playback Group
    • Audio Effect
    • No-Code Components
      • Sound Source
      • Sound Volume
      • Spectrum Analyzer
    • Addressables
    • Customization
  • Designs
    • Audio Mixer
  • Tools
    • Audio Clip Editor
    • Audio Effect Editor
    • Useful Attrubutes
  • Reference
    • Scripting API
      • Class
        • BroAudio
        • SoundSource
        • BroAdvice
      • Interface
        • IAudioPlayer
        • IMusicPlayer
        • IPlayerEffect
        • IAutoResetWaitable
        • IAudioSourceProxy
      • Struct
        • SoundID
        • Effect
        • Fading
      • Enums
        • BroAudioType
        • EffectType
        • StopMode
        • Transition
        • Ease
    • Unity API Integration
    • Audio Terminology
    • Technical Details
  • Others
    • Release Notes
    • Known Issues
      • Duplicate SoundID Issue
    • Roadmap
    • Support & Contact
Powered by GitBook
On this page
  1. Reference
  2. Scripting API
  3. Class

BroAdvice

Constant value that BroAudio use for all methods as default

Last updated 11 months ago

NameSpace
Accessibility

Ami.BroAudio

public

Public Variables

Variable
Type
Value

FadeTime_Immediate

float

0

FadeTime_Quick

float

0.5

FadeTime_Smooth

float

1

LowPassFrequency

float

300

HighPassFrequency

float

2000

VolumeIncreaseEase

.InCubic

VolumeDecreaseEase

.OutSine

LowPassInEase

.OutCubic

LowPassOutEase

.InCubic

HighPassInEase

.InCubic

HighPassOutEase

.OutCubic

VirtualTrackCount

int

4

Ease
Ease
Ease
Ease
Ease
Ease
Ease
Ease
Ease
Ease
Ease
Ease