HZ-AudioMixer
Overview
HZ-AudioMixer is the first per-player audio mixer for FiveM that controls individual RAGE audio categories in real time — weapons, vehicles, weather, dialogue, music and more — each on its own slider. No client modification, no custom launcher, no C++ component. Pure server-installable resource.Until now, FiveM offered exactly two ways to control audio:
- A single global SFX/Music slider (
profile_sfxVolume) - Boolean ON/OFF flags (
SetAudioFlag)
Key Features
- 9 independent volume sliders — Weapons, Vehicles, Ambience, Weather, Dialogue, Peds, Scripted, Music, Radio. Each 0–100% with 1% precision (101 levels).
- Real-time audio adjustment — changes apply instantly, no game restart needed.
- Per-player persistence via FiveM KVP — settings save client-side, persist between sessions and across server restarts. No SQL.
- Modern Ghost Protocol UI — clean dark theme with cyan accent, grid-aligned sliders with tick marks, color-coded volume indicators (cyan / amber / red), 60 FPS GPU-only animations.
- 14 built-in languages — English, French, German, Spanish, Italian, Portuguese, Dutch, Polish, Russian, Turkish, Japanese, Korean, Chinese, Arabic.
- Customizable keybind — default
F7, fully rebindable by each player in the pause menu. - Chat command —
/audiomixer. - Public API (8 exports + 1 event) — embed your own sliders inside any custom pause menu / NUI.
- Zero dependencies — no framework, no SQL, no companion resource.
- Asset Escrow protected — anti-leak, anti-tamper. The audio engine logic stays encrypted; only HTML/CSS/locales are open for theming.
- 0.00ms idle — only active when the UI is open.
The Weather Problem (Why This Matters)
GTA V's rain and thunder are notoriously unbalanced. The moment a storm rolls in:
- Players can't hear each other on voice chat
- Sirens, gunshots, dialogue — all drowned out
- RP scenes are ruined because nobody can communicate
- Players turn down their whole game volume just to escape the rain — then miss footsteps, calls, alerts, everything
Multi-Framework — Auto Detection
| System | Supported Options |
|---|---|
| Framework | QBCore, QBox, ESX, Standalone, vMenu, vanilla |
| Dependencies | None |
| Persistence | FiveM client KVP (no SQL needed) |
| Audio resources | Compatible with xSound, interact-sound, custom radios, native GTA audio |
Performance
| Metric | Value |
|---|---|
| Client idle (UI closed) | 0.00 ms |
| Client (UI open) | < 0.05 ms |
| Audio engine background | < 0.02 ms |
| Server | 0.00 ms (no server-side logic) |
Quick Links
Purchase & Support
- Buy : hzscripts.com/shop
- Support : Discord
