sound.get_volumes
Overview
- Returns all sound volume levels (master, music, sfx, ui, voice, cinematic, background_audio) as JSON.
Metadata
| Field | Value |
|---|---|
| Display | Get Sound Volumes |
| Category | sound |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
master | string | yes | Master volume level |
music | string | yes | Music volume level |
sfx | string | yes | SFX volume level |
ui | string | yes | UI volume level |
voice | string | yes | Voice volume level |
cinematic | string | yes | Cinematic volume level |
background_audio | string | yes | Background audio setting |
Usage
await inzoi.cli.execute('sound.get_volumes');