Don't Buy Audiobook! Let's Make Your Own Audiobook In Python | Python Project Step-By-Step Tutorial

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ •

  • @zennihilator3724
    @zennihilator3724 День тому +4

    Does this use that default robotic text-to-speech narrator? I guess that can work in a pinch, but a large part of the appeal when it comes to audiobooks is having a high quality narrator that has a great voice, pronunciaton etc. It should feel like you're getting read a bed time story by someone's voice that elicits comfort.

    • @BitsandBytes1010
      @BitsandBytes1010  4 години тому +1

      Yes, the program uses the default text-to-speech engine provided by the pyttsx3 library. For a more natural-sounding narration, you could explore advanced text-to-speech services like Google Cloud Text-to-Speech or Amazon Polly, which offer high-quality voices and better pronunciation. These services can make the listening experience much closer to what you'd get from a professionally narrated audiobook.
      However, these services are not free they are paid services.

  • @keshavjoshi07
    @keshavjoshi07 15 годин тому +1

    thank you i liked your video so much... i have one question can i use custom ai voice like using some celeb voices or other voice model ...great work i will make this one and try to improve according to my needs thank you so much this helped a lot

    • @BitsandBytes1010
      @BitsandBytes1010  4 години тому

      Thank you so much! I’m glad you enjoyed the video and found it helpful. 😊
      This program uses the default text-to-speech voices provided by the system or libraries like pyttsx3. Custom voices can't be directly used with this setup. However, you can explore advanced platforms like Google Cloud or Amazon Polly, which support custom voice models and can be integrated into Python.

  • @nozkyz
    @nozkyz 4 години тому

    what voice u used for that first voice (00:00)?

  • @profzahnpasta
    @profzahnpasta День тому +1

    Nice Tutorial but i tried it out and the text to speech doesnt work :( Idk why but there’s simply no output when I run the program (the script from 2:43 ), do you have a solution?

    • @BitsandBytes1010
      @BitsandBytes1010  День тому +2

      Have you installed the pyttsx3 library?
      If you have, you may need to restart your code editor for it to work correctly, because it sometimes requires to restart. I recommend restarting your code editor and then trying to run the program again. If you still don't get any output, check your code for errors or if you missed something.

    • @profzahnpasta
      @profzahnpasta День тому +2

      @@BitsandBytes1010ok my bad I forgot the brackets after speaker.Runandwait 😅 now it works

  • @tcbandeira
    @tcbandeira 9 годин тому

    Que legal esta biblioteca! Assim nao ptecisamos recriar a roda!