Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
For Designer : Building a vast sound library and design its behavior and characterstic without writing any lines of code.
For Programmer : Unlock the full potential and endless possibilities in just one line of code with an easy-to-use API.
Support for Unity 2020.2+. including 2020.2 - 2023, and Unity 6.
Documentation | Discord | Github
🔊Natural Fading/Cross-Fade, and Enhanced Volume Control
Utilizing a fully pre-designed automated AudioMixer to control sounds and playback flow with natural fading (frame-rate independent) and extended volume control range (up to +20dB).
🫧Randomization
The most important feature for game audio. Adding versatility to repetitive sounds with minimal audio files.
🔁Seamless Loop
Automatically cross-fade loops to enable seamless repetition of sounds, perfect for Ambience/Environment sounds and music.
🎵Auto-Transition Music Player
Play the next BGM at anytime, anywhere, and transition from one to the other automatcially.
📜Playback Group
Groups multiple sounds and manages their playback with a set of rules, ensuring a balanced mix that enhances diversity and soundscape clarity in your game.
💥Dominator Player
A unique feature in BroAudio. It can change other sounds as it plays. Common use cases include:
•Simulating hearing loss after an explosion occurs nearby
•Lowering the volume of other sounds when a narrator is speaking
✨Dynamic Audio Effect
Dynamically add audio effects and alter the characteristics of any sound in real-time. Enabling more immersive and responsive soundscapes.
〰️ Spectrum Analyzer
Fetch spectrum data and implement audio visualization features without writing a single line of code.
📫Addressables support
Manage sound assets on the fly to improve memory usage at runtime and reduce build size with Unity's latest asset management tool.
😊easy-to-use API
Execute methods from anywhere without needing an object reference, and write it in just one line with method chaining like writing a C# Linq.
FAQ
Why is this tool related to sound quality?
A playback system can significantly impact sound quality, as the loss of sound quality is easy to occur and hard to avoid. BroAudio has designed various solutions to address these issues. See the docs for more details.
What does Developer-Friendly mean in this tool?
BroAudio aims to minimize the amount of information presented to developers. You won't be overwhelmed by a large number of rarely used, or even completely unfamiliar settings and parameters.
Can I still use Unity's built-in audio component?
Yes, BroAudio is an add-on plugin, it can work with Unity's built-in audio component simulteneously without any addtional configuration.