Audio Machine replaces the standard Unity audio workflow with a Code-First approach designed for speed, safety, and performance.
It's designed to be user-friendly and easy to use. You can implement audio with a single line of code.
Key Features:
- Ease of Use: It provides a user-friendly and easy system for implementing audio in your games.
- Dashboard: Modify and create sounds from a custom editor dashboard.
- Musics: Create playlists, crossfade music tracks.
- Addressables: Use Unity Addressables to load your sounds efficiently.
- Type-Safety: The system monitors your project and auto-generates an AudioTags class. You get full autocomplete and compile-time errors if a sound is missing.
- Zero Allocations: Features a robust Object Pooling system built-in. No more instantiating AudioSources at runtime.
- Smart Registry: A Zero-Setup database that auto-detects your audio assets. Just create an asset, tag it, and play.
- Automatic Audio Clip optimization: It provides a dropdown to optimize you Audio Clip depending on its use case.
ENGLISH DOCUMENTATION