The DIY forge - AI content Tutorials and Coding

Popular articles

Text-to-Audio

Make your computer read you the latest news, with your own resources, with Coqui_tts

Details
Written by: Super User
Category: Text-to-Audio
Published: December 28, 2023
Hits: 13847
  • txt2audio
  • text to speech
  • tts
  • python
  • coqui_tts
  • add voice
  • Tutorial
  • Coding

cute cat coding with his computer

Now that you have read my latest articles about Coqui_tts (here, here and here), you may maybe need some ideas about what to do with Coqui_tts.
Personally, when I code, my eyes are busy, but my ears are still available to do something else.
So thanks to Coqui_tts I can now use my computer to make it read what I can't read.

Read more: Make your computer read you the latest news, with your own resources, with Coqui_tts

Create yourself at home, AI generated spoken sentences by just writting some text and a reference WAV file

Details
Written by: Super User
Category: Text-to-Audio
Published: December 19, 2023
Hits: 4574
  • txt2audio
  • tts
  • command line
  • coqui_tts
  • Tutorial

Thanks to Coqui_tts

And yeah... you may need a high-end graphic card, probably a Nvidia one, if you want to use Cuda.

(We suppose here that you already have a basic system, with the basic usual tools you need to have, to play with AI models to create pictures, to talk, to code, to chat and so on. )

If yes click, click on "read more" and then click here to scroll down

If not and if you are interested to know more, please install first:

Read more: Create yourself at home, AI generated spoken sentences by just writting some text and a reference...

Make your code read text and produce Audio files with Coqui_tts - a tutorial for OobaBooga users

Details
Written by: Super User
Category: Text-to-Audio
Published: December 16, 2023
Hits: 7053
  • text to speech
  • tts
  • python
  • command line
  • coqui_tts
  • Tutorial

Coqui_tts is a Text-To-Speech (tts) project.
Today I don't want to make it work with the "OoobaBooga text generation web UI" but use coqui_tts for some different coding projects.
Thanks to it, I would like to make it read the content of some text file or just to say something, so I can hear it.

Why a tutorial for OobaBooga users ?
Because I have already installed everything that I need and that works well for the OobaBooga webUI in a previous tutorial (just below).

Read more: Make your code read text and produce Audio files with Coqui_tts - a tutorial for OobaBooga users

Add voices to your characters with the Coqui_tts extension for OobaBooga [edited: January 25th 24]

Details
Written by: Super User
Category: Text-to-Audio
Published: December 12, 2023
Hits: 5046
  • txt2audio
  • text to speech
  • OoobaBooga
  • coqui_tts
  • Tutorial

Coqui_tts is a text to speech software that exists in different "flavors", including as an extension for the OobaBooga text generation WebUI.

Read more: Add voices to your characters with the Coqui_tts extension for OobaBooga [edited: January 25th 24]

AI based text to speech: to make your computer speak at home

Details
Written by: Super User
Category: Text-to-Audio
Published: April 27, 2023
Hits: 5182
  • txt2audio
  • text to speech

This article is based on this Youtube video from Aitrepreneur

While you can find some decent Text-to-Speech tools online, like:

https://cloud.google.com/text-to-speech

https://beta.elevenlabs.io/

https://www.naturalreaders.com/

https://nextup.com/ivona/

It is harder to find free solutions to do text-to-speech on your computer like bark, to generate voice audios. I don't recommend to use this github to install Bark, because it can be tedious, especially if you already have many "pip install" solutions related to pytorch on your computer. I had for example an incompatibility that created this message: "No GPU being used. Careful, Inference might be extremely slow!" and indeed without a compatible graphic card with the correct setup of pytorch (see this "issue"), Bark is not going to do text-to-speech very well on your computer.

Read more: AI based text to speech: to make your computer speak at home