> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/getting-started/whats-new.md).

# What's New

## Welcome to ACE Studio 2.0!

We are thrilled to announce the release of ACE Studio 2.0.

ACE Studio has evolved from an AI vocal workstation into a comprehensive **AI Music Workstation**, designed to keep musicians ahead in the AI era.

{% embed url="<https://www.youtube.com/watch?v=ncdTeDCPdto>" %}

Here are the major updates in Version 2.0:

## New AI Voices Powered by Verse V2

Experience a new generation of AI singers powered by our brand-new Verse V2 vocal synth model. It offers unprecedented realism and emotional depth across 140+ AI voices in 8 languages (English, Chinese, Japanese, Korean, Spanish, Italian, French, and Portuguese). We've also expanded into new genres including Country, Rap, Afro, and Theatre.

{% content-ref url="/pages/OVabqP7MSYgQJmRAvddu" %}
[Creating AI Vocals](/ai-vocal-synth/creating-ai-vocals.md)
{% endcontent-ref %}

## New AI Instruments Powered by Chorus25

Go beyond vocals with our new AI Instruments, featuring the Chorus25 model for ultra-realistic strings. The update includes violins, violas, cellos, saxophones, trumpets, and the duduk. All instruments support precise articulation control for nuanced performances.

{% content-ref url="/pages/70VokZD5smX8GYKEqkoI" %}
[Create Instrument Sounds](/ai-instruments/create-instrument-sounds.md)
{% endcontent-ref %}

## New Generative Kits & Enhanced Tools

* Generative Kits: Use the new Layer Generator, Music Enhancer, and Inspire Starter to quickly create loops, samples, and layers for instant inspiration.
* Updated Tools: Includes an upgraded Stem Splitter and enhanced Vocal-to-MIDI conversion.

{% content-ref url="/pages/uBcXbVTUOFygQpElZg1B" %}
[AI Tools](/ai-tools/inspire-me.md)
{% endcontent-ref %}

## New Interface: The Canvas

We’ve completely redesigned the arrangement workspace, now called the Canvas. It provides a fluid, "What You See Is What You Hear" experience. Simply drag & drop to access AI Voices, Instruments, and Tools, making your workflow visually coherent and efficient.

{% content-ref url="/pages/7U1FieV41OKsnDJozgMV" %}
[Arrangement in Canvas](/project/arrangement-in-canvas.md)
{% endcontent-ref %}

## Turbo Mode and Pre-rendering

Accelerate your creative process with Turbo Mode and Pre-rendering, which significantly reduce the time needed for AI synthesis and streamline your production loop.

{% content-ref url="/pages/7pAk8e3gNWfCwj0AiDtU" %}
[AI Rendering](/ai-rendering/cloud-rendering.md)
{% endcontent-ref %}

## Video Track & Video Composer

You can now import videos directly into ACE Studio.

This allows you to compose music based on your video content, or simply use the Video Composer Agent to automatically generate music and sound effects that perfectly match your video with a single click.

{% content-ref url="/pages/tY7z9s29zNSE19ME8iRE" %}
[Video Track](/project/arrangement-in-canvas/video-track.md)
{% endcontent-ref %}

{% content-ref url="/pages/CPiCFp0qa4EKPRX8dILG" %}
[Video Composer](/ai-tools/video-composer.md)
{% endcontent-ref %}

## Music Video

Turn a song into a finished music video without leaving ACE Studio. An AI Director agent plans, casts, storyboards, and generates a fully edited video for your song, while you direct the key creative decisions. Choose between two production modes: **Highly Customized** — a full-length video with step-by-step detailed production — or **Promo Clip** — a short, social-ready clip made from one section of your song.

{% embed url="<https://www.youtube.com/watch?v=amx7gYLPW10>" %}

{% content-ref url="/pages/fdLo4cNAap9aJgzvmNUz" %}
[Music Video](/ai-tools/music-video.md)
{% endcontent-ref %}


---

# 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://docs.acestudio.ai/getting-started/whats-new.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.
