# What is MusicWave?

MusicWave is an AI-powered music generation platform that lets anyone create original songs, covers, and instrumentals from a simple text prompt. Whether you're a content creator, podcaster, game developer, or hobbyist musician, MusicWave gives you professional-quality audio in minutes — no music theory or production skills required.

## What can you do with MusicWave?

### Generate complete songs from text

Type a description like "upbeat lo-fi study music with piano and rain sounds" and MusicWave generates a fully-produced track with vocals, instruments, and arrangement.

### Create AI cover songs

Upload an existing song or use one of our templates, then apply custom voice models to create unique covers with different vocal styles.

### Split songs into stems

Separate any song into vocals, drums, bass, and instruments — perfect for remixing, karaoke, or sampling.

### Generate lyrics

Get AI-written lyrics in any genre, mood, or theme. Combine with MusicWave's music generation for complete songs.

### Find BPM and key

Analyze any audio file to detect tempo and musical key — essential for DJing, mashups, and music production.

## How is MusicWave different?

Unlike basic AI music tools that focus on a single feature, MusicWave combines multiple AI models into one platform:

| Feature             | MusicWave | Typical AI Music Tools |
| ------------------- | --------- | ---------------------- |
| Music generation    | Yes       | Yes                    |
| Cover song creation | Yes       | Limited                |
| Stem separation     | Yes       | Separate tool          |
| Lyrics generation   | Yes       | Separate tool          |
| BPM/Key detection   | Yes       | Separate tool          |
| Free tier           | Yes       | Often paid only        |

This integration matters because real music production rarely uses just one tool. You generate a song, then split its stems, then maybe apply a different vocal — all in one place.

## Who uses MusicWave?

* **Content creators** producing background music for YouTube and TikTok videos
* **Podcasters** creating intros, outros, and ad transitions
* **Game developers** generating soundtracks and ambient music
* **Musicians** prototyping ideas and exploring new genres
* **Students** learning music production fundamentals
* **Marketers** creating jingles and brand audio for campaigns

## How does the AI work?

MusicWave uses neural networks trained on diverse music datasets to understand the relationships between text descriptions and musical elements. When you write a prompt, the AI:

1. Parses your description for genre, mood, instruments, and tempo cues
2. Generates an arrangement that matches those parameters
3. Synthesizes audio frame-by-frame using diffusion-based audio models
4. Mixes and masters the final output for professional quality

You don't need to understand any of this to use the tool — but knowing the basics helps you write better prompts.

## What makes a good MusicWave prompt?

The best prompts include:

* **Genre** (lo-fi, pop, rock, EDM, classical)
* **Mood** (uplifting, melancholic, energetic, calm)
* **Instruments** (piano, guitar, synth, drums)
* **Tempo** (slow, moderate, fast, or specific BPM)
* **Use case** (study music, workout, background)

For deep prompting strategies, see [Best Prompts for AI Music](/docs/ai-music-generation/best-prompts.md).

## Getting started

The fastest way to understand MusicWave is to try it:

1. Read the [Quick Start Guide](/docs/getting-started/quick-start-guide.md)
2. [Sign up free at musicwave.ai](https://www.musicwave.ai)
3. Generate your first song in under 2 minutes

## Next steps

* [Quick Start Guide](/docs/getting-started/quick-start-guide.md) — Generate your first song
* [Best Prompts for AI Music](/docs/ai-music-generation/best-prompts.md) — Learn the prompting techniques that produce the best results
* [Use Cases for YouTubers](/docs/use-cases/for-youtubers.md) — Workflow for content creators

[Try MusicWave free →](https://www.musicwave.ai)


---

# 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://musicwave.gitbook.io/docs/getting-started/what-is-musicwave.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.
