# Sound

This section contains guide about changing sounds in the game.

{% content-ref url="/pages/HBH5VN4aEPZZEjOw10Jy" %}
[Finding an audio file](/cyberpunk-2077-modding/modding-guides/sound/finding-an-audio-file.md)
{% endcontent-ref %}

{% content-ref url="/pages/OMzAOYXpLrINo7DD7TBB" %}
[Modding Events Metadata](/cyberpunk-2077-modding/modding-guides/sound/audio-modding-basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/mrykrzw9HFFobNt1NKbS" %}
[Replacing sounds effects](/cyberpunk-2077-modding/modding-guides/sound/replacing-sounds-effects.md)
{% endcontent-ref %}

{% content-ref url="/pages/3jLEPKhi2dpP9Nec9jAE" %}
[Playing Sounds in-game: Basics](/cyberpunk-2077-modding/modding-guides/sound/playing-sounds-in-game-basics.md)
{% endcontent-ref %}

If you wish to read about how the game handles audio see [the theoretical page](/cyberpunk-2077-modding/for-mod-creators-theory/files-and-what-they-do/audio-files.md).

## External links:

There are a couple of pages about sounds on [Rom's](mailto:undefined) wiki for his Addicted Mod:

<https://cyb3rpsych0s1s.github.io/4ddicted/cheatsheet/sounds.html> <https://cyb3rpsych0s1s.github.io/4ddicted/travelog/2023-03-31.html>

Bioskop's comprehensive guide to vocoding - [Google Docs](https://docs.google.com/document/d/1h_far0MPnKtxnhuxUWLiQduqNw6dxgr2qSNB84dCkEQ/edit#heading=h.amjq0j2yglxw)

Last, but not least, you can now also use [Audioware](https://github.com/cyb3rpsych0s1s/audioware/releases) native plugin to add, customize and play custom sounds at your convenience with scripts. Audioware also provides [its guide](https://cyb3rpsych0s1s.github.io/audioware/) to get you up-and-running in no-time!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/sound.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
