> For the complete documentation index, see [llms.txt](https://tgiann.gitbook.io/tgiann/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tgiann.gitbook.io/tgiann/all-in-game-sounds-are-breaking-or-cutting-out.md).

# All in-game sounds are breaking or cutting out

***

#### # How to fix it

To resolve this issue, you should either:

* Reduce the number of scripts that add sound effects
* Or disable the sound-related features in those scripts

***

**Examples of scripts that add sound effects:**

* `tgiann-megaphone`
* `tgiann-radio`

To identify which of your scripts are adding sound effects, you can:

* Search for the native `CreateAudioSubmix`
* Or simply search for the keyword `submix` in your script files
