Skip to content

Commit

Permalink
Merge pull request #530 from coqui-ai/blogpost-2023-08-09
Browse files Browse the repository at this point in the history
Added 2023.08.09 blogpost
  • Loading branch information
kdavis-coqui authored Aug 8, 2023
2 parents f1de4da + 7906bc2 commit e98db55
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/nav/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
*/

export default [
{
group: 'TTS',
title: 'Unleashing the Power of XTTS',
url: '/blog/tts/unleashing_the_power_of_xtts',
splash: 'images/blog/splash-screens/blog-splash-screen-unleashing-the-power-of-xtts.jpg',
description: 'Unleashing XTTS',
height: 500
},
{
group: 'TTS',
title: 'Dive Deeper into the World of XTTS',
Expand Down
81 changes: 81 additions & 0 deletions src/pages/blog/tts/unleashing_the_power_of_xtts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
title: 'Unleashing the Power of XTTS: A Revolution in Gaming Immersion'
name: Team Coqui 🐸
picture: https://avatars.githubusercontent.com/u/75583352?s=96&v=4
date: August 9, 2023
---

import { graphql } from 'gatsby';

Isn't it awe-inspiring to see your game characters come to life, not just with powerful
graphics and incredible gameplay but also with voices that express a whole range of
emotions and character nuances? Welcome to the future of gaming audio - a future defined
by XTTS, a revolutionary Generative Voice AI! It's not just about improving game audio,
but reshaping the way players experience the gaming world.

### Adding Depth and Realism with Generative Voice AI

XTTS leverages cutting-edge Generative Voice AI technology to create convincing, engaging,
and expressive voice overs. Using Generative Voice AI for game characters has never been
so simple or so potent. The voices that XTTS creates are rich with emotion, personality,
and realism, setting the standard for in-game vocal performance.

The unique power of XTTS is its ability to give _voice_ to characters, each one individually
nuanced and emotionally responsive. Now, your characters can whisper, shout, cry, laugh,
or express any shade of emotion in between!

<div align="center">

<Link to="https://app.coqui.ai/auth/signup">

![IMAGE](../../../data/images/blog/posts/blog-unleashing-the-power-of-xtt-try-now-for-free.png)

</Link>

</div>

### Ease of Use and Customization: Power at Your Fingertips

XTTS isn't just advanced; it's also easy to use and incredibly flexible. A user-friendly
interface allowing you to create dialog in just a few clicks. Whether it's a heart-wrenching
goodbye, a moment of victory, or a tense stand-off, XTTS has got you covered.

And there's more! XTTS offers an array of customization options. For example, you can
adjust aspects like pace to create the perfect voice for each of your characters. This
freedom and flexibility means your creativity is truly the limit with XTTS.

### The Transformative Potential of XTTS: Impacting the Gaming Experience

By bringing life to your game characters, XTTS goes beyond merely enhancing your game.
It revolutionizes the entire player experience. With XTTS, players are not just playing
a game - they are living an immersive story filled with vivid, memorable characters.
It is a tool that breathes life into your world and strengthens the emotional connections
between players and characters.

### Invitation to Experience the XTTS Revolution

We invite you to experience the power of XTTS first-hand. Immerse yourself in the
astonishing realism it brings to your game characters. Once you've witnessed the magic of
XTTS, you'll wonder how you ever managed without it.

Remember, the world of XTTS is constantly evolving. We're passionate about continuing to
push the boundaries of what's possible with our Generative Voice AI. We welcome your feedback
and questions as we strive to make XTTS even better. Together, let's continue to redefine the
gaming experience. Are you ready for the XTTS revolution? It's time to start creating
unforgettable gaming experiences like never before!

<div align="center">

<Link to="https://app.coqui.ai/auth/signup">

![IMAGE](../../../data/images/blog/posts/blog-unleashing-the-power-of-xtt-try-now-for-free.png)

</Link>

</div>

export const pageQuery = graphql`
query($fileAbsolutePath: String) {
...SidebarPageFragment
}
`;

0 comments on commit e98db55

Please sign in to comment.