> For the complete documentation index, see [llms.txt](https://karedi.gitbook.io/karedi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://karedi.gitbook.io/karedi/other-guides/enhancing-vocal-in-mp3-file.md).

# Enhancing vocal in mp3 file

If there is no quality music sheet or midi file available for the song you are creating, you will have to determine the pitches in other way. No matter if you are doing it by ear or using some tool for automatic pitch recognition, enhancing the vocal line and reducing background instrumentals will make the process easier.

## Enhancing vocal track

### Using AI to separate music and vocals

You can use some online AI tool e.g. <https://vocalremover.org/> to separate vocals and music.

### Using Audacity

Audacity team has some good tutorials explaining how to enhance the vocal line:

{% embed url="<https://manual.audacityteam.org/man/tutorial_vocal_removal_and_isolation.html#isolate>" %}

You will get the best results if you have an mp3 file with instrumental track. The first approach described in that tutorial may not give good results, but it is still worth a try if there is no instrumental version of the song available.

## Using mp3 with enhanced vocal&#x20;

{% hint style="info" %}
Karedi lets you load multiple mp3 files for one song
{% endhint %}

Remember that by using [Audio Manager](/karedi/user-interface/upper-components/audio-manager.md) you can load multiple mp3 files (e.g. normal and with enhanced vocal line) to Karedi and switch between them from the GUI.


---

# 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://karedi.gitbook.io/karedi/other-guides/enhancing-vocal-in-mp3-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.
