Graphics::setTvAudioFrontend
Might be more appropriate in AUDIO?
Rockstar made it like this.
Probably changes tvs from being a 3d audio to being 'global' audio
Syntax
```js mp.game.graphics.setTvAudioFrontend(toggle); ```
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
```js // todo ```