# What are codecs?

To be able to transmit acoustic signals from a sender to a receiver, they must first be converted into data. This task is carried out by a **codec** is handled by. A codec is a closely related pair of algorithms responsible for the **encoding and decoding** of data. With larger amounts of data, a codec also ensures the **compression** and **decompression** of the data. Codecs play an important role in VoIP telephony, as they control the quality of the connection here.

Compressing codecs can be divided into two groups: lossy and lossless codecs. **Lossy codecs** can achieve higher compression of data packets and therefore require less bandwidth during transmission. However, this negatively affects quality. **Lossless codecs** transmit the data packets without compression and thus without loss of quality, but require more bandwidth.

#### **Which codecs are supported by sipgate?**

* G.722 (approx. 100 kbit/s)
* OPUS (approx. 40 kbit/s)
* G.711a (approx. 100 kbit/s)
* G.711u (approx. 100 kbit/s)
* GSM (approx. 20 kbit/s)

***

* **Which RTP / voice codecs does sipgate use?**
* G.711: approximately 100 kbit/s
* GSM: 13 - 20 kbit/s
* G.722/ HD

***

#### **Which codec do** [**satellite**](https://www.satellite.me/) **and** [**sipgate app**](https://clinq.com/)**?**

* Opus: 6 kbit/s - 510 kbit/s

***

#### **What amounts of data are used in about ten minutes?**

* VoIP call via G.711 / 10 min. approximately 7.5 MB
* VoIP call via GSM / 10 min. approximately 1.5 MB

***

#### **Are data channels ISDN (X.75) or Analog X.25 supported?**

No, not planned at the moment.


---

# 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/telefonie/was-sind-codecs.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.
