> For the complete documentation index, see [llms.txt](https://doc.playturbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.playturbo.com/video-tools-video-editor/video-editor-user-guide/creative-making-editing-page-module-intro/parameter-editing-module/audio-parameters.md).

# Audio Parameters

The audio parameters contains audio parameters and speed parameters:

* Adjustable audio volume, fade in and fade out duration
* Adjust audio speed

<div align="left"><figure><img src="/files/k506A48PscPuqkyQXthK" alt=""><figcaption></figcaption></figure></div>

## Audio

* Volume: Adjust the audio volume. The adjustment range is -∞ ～ 20db, and the default is 0db. The maximum volume can be enlarged by 20db, and the minimum can be reduced to 0.
* Fade-in duration: You can set fade-in effect, and the volume will gradually increase from 0 at the beginning to normal volume. The duration is determined by the set fade-in duration.
* Fade-out duration: You can set fade-out effect, and the volume will gradually decrease from normal volume to 0 at the end. The duration is determined by the set fade-out duration.

<div align="left"><img src="/files/cPBTBuIHgMnmuUAUZlI6" alt=""></div>

## Speed

* Speed: You can adjust the video speed. The minimum is 0.5x, and the maximum is 16x. The larger the speed value, the shorter the video duration.
* Duration: You can adjust the speed by modifying the duration. The minimum duration is 0.1s.
* Pitch: Since changing the speed will change the audio pitch, we have adopted an intelligent algorithm by default to keep the audio pitch unchanged after the speed change. If you want the pitch to change after the speed is changed, please check the sound change.

<div align="left"><figure><img src="/files/781WrBCNW9xoSI8amdsS" alt=""><figcaption></figcaption></figure></div>


---

# 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:

```
GET https://doc.playturbo.com/video-tools-video-editor/video-editor-user-guide/creative-making-editing-page-module-intro/parameter-editing-module/audio-parameters.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.
