> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/voice-and-media/how-to-convert-rtp-into-wav-file.md).

# How To Convert RTP into WAV file

Sometimes we need to convert the RTP packets extracted from Wireshark into .wav file, so anyone can listen the call easily for troubleshooting audio issue. Below describe the steps to convert the RTP streams into .wav audio file:

### Open the extracted SIP/RTP capture of the call you want to analyze with wireshark

#### Go to Telephony -> RTP -> RTP Streams

![Telephony RTP RTP Streams](https://docs.telcobridges.com/w/images/5/5e/Telephony_RTP_RTP_Streams.png)

#### Click “Analyze” button

![Analyze](https://docs.telcobridges.com/w/images/8/8a/Analyze.png)

#### Save it to “Unsynchronized Forward Stream Audio”

![Save](https://docs.telcobridges.com/w/images/2/21/Save.png)

#### And Save as type: Raw

![Save Raw](https://docs.telcobridges.com/w/images/9/9a/Save_Raw.png)

Now you have the rtp streams in raw format. You can use a free tool called Audacity to reformat it to .wav file

### Use Audacity to reformat it to .wav file

#### Import the raw data to Audacity

![Audacity Import](https://docs.telcobridges.com/w/images/8/8f/Audacity_Import.png)

#### Export it and change the encoding and Sample rate

![Export](https://docs.telcobridges.com/w/images/4/47/Export.png) ![Change Encoding Sample Rate](https://docs.telcobridges.com/w/images/3/3d/Change_Encoding_Sample_Rate.png)

#### Save it as WAV file

![Audacity Import](https://docs.telcobridges.com/w/images/8/8f/Audacity_Import.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/voice-and-media/how-to-convert-rtp-into-wav-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
