Skip to content

Commit

Permalink
Merge pull request #537 from coqui-ai/blogpost-2023-08-30
Browse files Browse the repository at this point in the history
Added blogpost for August 30th, 2023
  • Loading branch information
kdavis-coqui authored Aug 30, 2023
2 parents a02a85a + 390631b commit b10cddc
Show file tree
Hide file tree
Showing 5 changed files with 90 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.
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 Creativity: Elevate Your Voice Acting Game with Innovative AI Technology',
url: '/blog/tts/unleashing_creativity',
splash: 'images/blog/splash-screens/blog-splash-screen-unleashing-creativity.png',
description: 'Unleashing Your Creativity',
height: 500
},
{
group: 'TTS',
title: 'Unleashing Your Vision: Zero Learning Curve, Infinite Creative Possibilities',
Expand Down
82 changes: 82 additions & 0 deletions src/pages/blog/tts/unleashing_creativity.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
title: 'Unleashing Creativity: Elevate Your Voice Acting Game with Innovative AI Technology'
name: Team Coqui 🐸
picture: https://avatars.githubusercontent.com/u/75583352?s=96&v=4
date: August 30, 2023
---

import { graphql } from 'gatsby';

<div align="center">

![IMAGE](../../../data/images/blog/posts/blog-unleashing-creativity.png)

</div>

### Navigating the Complex Landscape of Voice Acting

Voice acting is a multifaceted universe, filled with nuanced performances and resonant
expressions. It's where the artist becomes the brush and the canvas, creating an
audible masterpiece. But what if we could take this intricate art form and infuse it
with the brilliance of technology, enabling you to paint with colors you never knew
existed? Enter our generative voice AI platform, your co-pilot in the enthralling
world of voice acting, propelling you into a realm of limitless creativity!

### Scripting and Fine-Tuning: The Maestro's Touch

#### A New Approach to Crafting Narratives

In the hands of a seasoned playwright, words dance and characters come alive. Now,
we are empowering you to grasp that very elegance, orchestrating your script like
a maestro! Our generative voice AI is your trusted ally, equipped with tools that
allow you to compose, analyze, and refine your narrative in real-time. You're not
just getting it right; you're engineering a world that pulsates with life and
emotion.

#### Reducing Recording Time: Precision at Your Fingertips

Imagine no longer toiling over endless takes and revisions. With our technology,
the perfect performance is within reach, saving you valuable time and resources.
Test scripts, flow, and delivery—all with the precision of a skilled conductor
guiding an orchestra. The stage is set, and the spotlight awaits. Are you ready
to revolutionize your creative process?

#### Engaging Voice Actors: The Final Flourish

With a solid foundation built playtesting scripts with our generative voice AI,
engaging voice actors become a breathtaking dance, rather than a stumble in the
dark. They are the final brushstrokes on your canvas, and our generative voice
AI ensures that those strokes are confident and vibrant. Collaborate, inspire,
and unleash the boundless potential of your project. Together, we will create
something that not only resonates but echoes through time.

### Embrace the Future: Join the Revolution Now!

Are you prepared to embark on this thrilling journey? Are you ready to witness
the fusion of artistry and innovation? We're here with open arms, eager to
hear your thoughts, your dreams, and your visions.

Tap into our dynamic technology today, and let's craft the perfect story, one
that resonates with your audience and leaves an indelible mark on their hearts
and minds.

Join us now, for tomorrow belongs to the bold and the creative. Dive into a
world where every word is a stroke of genius, and every performance a symphony
of excellence. Together, we're not just shaping the future of voice
acting—we're redefining it!

<div align="center">

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

![IMAGE](../../../data/images/blog/posts/blog-unleashing-creativity-try-now-for-free.png)

</Link>

</div>

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

0 comments on commit b10cddc

Please sign in to comment.