Тёмный

Flutter Text To Speech Tutorial | Mobile, Desktop, Web TTS Flutter Tutorial 

Hussain Mustafa
Подписаться 11 тыс.
Просмотров 9 тыс.
50% 1

💼 Book a meeting: cutt.ly/Pegxp5rA
💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA
In this video, we will take a look at working with text to speech within Flutter. This tutorial will show you how to use flutter_tts plugin to implement text to speech functionality within your Flutter application. This tutorial will show you how to setup and work with the flutter_tts package. Moreover, this tutorial will guide you how to properly setup the text to speech plugin, initialize the text to speech service, and select different voices for text to speech and highlighting words when text to speech is working. This guide will help you setup and navigate through the process of implementing text to speech (tts) within Flutter. This is an excellent guide for beginner Flutter developers, or anyone looking to learn about text to speech (TTS) within Flutter.
Resources:
Source Code: cutt.ly/4wISWc1t
flutter_tts: pub.dev/packag...
Socials:
Website: hussainmustafa...
Github: github.com/hus...
LinkedIn: / hussain-mustafa-960920184
Twitter: / hussain34274892
Buy Me A Coffee: www.buymeacoff...
#flutter #fluttertts #fluttertexttospeechtutorial #fluttertutorial

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@moneyman-ne9lw
@moneyman-ne9lw 10 месяцев назад
Awesome tutorial like always man. Thanks for the source code.
@m_hussain_mustafa
@m_hussain_mustafa 10 месяцев назад
Thank you for your continued support.
@CZARCZAR
@CZARCZAR 4 месяца назад
bro, you are awesome, thanks for the cleanest explanation ever!
@m_hussain_mustafa
@m_hussain_mustafa 4 месяца назад
Thank you 😊
@MHM-jy4uj
@MHM-jy4uj 10 месяцев назад
You finally made a video upon my request. Just awesome. 😀
@m_hussain_mustafa
@m_hussain_mustafa 10 месяцев назад
Always happy to make tutorials on subscriber requests.
@AzamKhan-bb7xg
@AzamKhan-bb7xg Месяц назад
great tutorial everything works perfect but I have a container inside there is singleChildScrollview I want to track each word mean the auto scroll while reading the text
@rlt_app
@rlt_app 10 месяцев назад
Keep these awesome tutorials coming. Learning a lot.
@m_hussain_mustafa
@m_hussain_mustafa 10 месяцев назад
Thank you very much.
@RonyHassan47
@RonyHassan47 10 месяцев назад
Effective and easiest ❤
@m_hussain_mustafa
@m_hussain_mustafa 10 месяцев назад
Thank you.
@KetanSatani
@KetanSatani 12 дней назад
Hey @hussain, Great video brother. We are also working on a similar app and it has issues with special characters sometimes it's not getting highlighted and sometimes it's not being uttered. Can you help us out?
@ahmedbelal6331
@ahmedbelal6331 10 месяцев назад
Great , Keep Going ..
@m_hussain_mustafa
@m_hussain_mustafa 10 месяцев назад
Thank you, I will
@ErenSketch
@ErenSketch 4 месяца назад
Thanks Hussain for a great video. When the text span has emojis, it shows a question mark instead when TTS is activated. Do you know how to fix that?
@nimzing1
@nimzing1 9 месяцев назад
I followed the tutorial and got the app working - however, I could not get it to show progress in iOS version. In both versions, I did not hear any speech of the text. what would I need to do to listen?
@m_hussain_mustafa
@m_hussain_mustafa 9 месяцев назад
Hi, Most probably this might have something to do with permissioning issues or the audio from the simulator not being transferred to the computer.
@franciscoarriagada6531
@franciscoarriagada6531 9 месяцев назад
me too (IOS)
@ShamailKhan1
@ShamailKhan1 10 месяцев назад
Assalamu alaikum brother ❤️ very good tutorial, I'm from India 🇮🇳
@m_hussain_mustafa
@m_hussain_mustafa 10 месяцев назад
Walaikum Asalam. Thanks for the comment. ❤
@cezar6104
@cezar6104 9 месяцев назад
I use the Flutter tts library when I put a long text that was not read completely. I divided the text into sentences, but the problem was not solved.😢
@LeninLinares007
@LeninLinares007 5 месяцев назад
Usa un bucle "FOR IN" para leer cada oración, recuerda usar "await" en cada llamada
@kuberan-j4n
@kuberan-j4n 8 месяцев назад
how to convert the recorded audio file using record package to text , i have seen google api but its expensive is there any other free alternative packages
@m_hussain_mustafa
@m_hussain_mustafa 8 месяцев назад
This package does not support saving the audio files to device you'll have to use some other package or 3rd party solution.
@AdhamFaisal875
@AdhamFaisal875 8 месяцев назад
Text To Speech cant save speach as recorder What is the benefit of using the package? As long as she cannot save the audio in a widget or screen It does not export the audio to a format and save it on the user's device So what's the point?
@m_hussain_mustafa
@m_hussain_mustafa 8 месяцев назад
Text to speech is used for many things. One prominent use case is for disabled people who might not be able to see. There are many other use cases as well.
@AdhamFaisal875
@AdhamFaisal875 8 месяцев назад
@@m_hussain_mustafa please Make A Sound Recorder In Flutter as list recordes
@kuberan-j4n
@kuberan-j4n 8 месяцев назад
how to record the audio and speech_to_text at the same time in flutter app without using any external apis , i have searched in internet but i coudnt find one flutter
@m_hussain_mustafa
@m_hussain_mustafa 8 месяцев назад
Hi, this plugin does not support the feature of recording audio.
@kuberan-j4n
@kuberan-j4n 8 месяцев назад
@@m_hussain_mustafa is there any plugin to do this , android is not allowing me to audio record and speech to text at same time or use recorded audio to get the text from it ,i am stuck here
@jno2002
@jno2002 4 месяца назад
does the TTS package support the Arabic language? if it does, how can I use it?
@m_hussain_mustafa
@m_hussain_mustafa 4 месяца назад
If the locale is installed on your device then yes it supports it.
@jno2002
@jno2002 4 месяца назад
@@m_hussain_mustafa ok thank you 👌
@Maher-rw6zs
@Maher-rw6zs 6 месяцев назад
what can i do if the language is not supported in the emulator can i add languages ? please help :(
@m_hussain_mustafa
@m_hussain_mustafa 6 месяцев назад
Hi, Sadly you can't do anything if the device does not support the language.
@Accountant-rx1yn
@Accountant-rx1yn 3 месяца назад
Did I miss the part where you actually play audio in your TTS app?
@m_hussain_mustafa
@m_hussain_mustafa 3 месяца назад
I play the TTS when you see the words being highlighted.
@RamtinDidab
@RamtinDidab Месяц назад
@@m_hussain_mustafaI couldn’t find it either. Only at the end of your video the text is highlighted, and we can’t hear any TTS. Only your voice.
@By_SophiaHC
@By_SophiaHC 5 месяцев назад
Is it free for comercial use?
@m_hussain_mustafa
@m_hussain_mustafa 5 месяцев назад
It’s free.
@AdhamFaisal875
@AdhamFaisal875 8 месяцев назад
text to speach flutter not support saving audio please can you make package to save audio? need to save as todos List in screen
@m_hussain_mustafa
@m_hussain_mustafa 8 месяцев назад
Hi, you'd require a sound recorder plugin instead of a text to speech plugin to achieve this functionality. Take a look at the following package: pub.dev/packages/record
@AdhamFaisal875
@AdhamFaisal875 8 месяцев назад
@@m_hussain_mustafa please give me your telegrame or whats upso that can can clear my point
@saifejaz140
@saifejaz140 6 месяцев назад
Great Tutorial but when i changed the value from dropdown menu the value or voice cant be changed why? please explain this?
@m_hussain_mustafa
@m_hussain_mustafa 6 месяцев назад
Hi, I'd recommend taking a look at the package documentation and the debug console to deduce the solution.
@saifejaz140
@saifejaz140 6 месяцев назад
@@m_hussain_mustafa got it one more query, can we download the audio file generated from tts package? or how can we download the generated audio
@m_hussain_mustafa
@m_hussain_mustafa 6 месяцев назад
@@saifejaz140 I believe that is not possible.
@xushidjonismatov4181
@xushidjonismatov4181 7 месяцев назад
rahmat
@m_hussain_mustafa
@m_hussain_mustafa 7 месяцев назад
Thank you.
Далее
10x Your Speed With Flutter
8:04
Просмотров 51 тыс.
Living life on the edge 😳 #wrc
00:17
Просмотров 7 млн
Mcdonalds cups and ball trick 🤯🥤 #shorts
00:25
Просмотров 354 тыс.
No-Code is Trash
9:57
Просмотров 128 тыс.
These Flutter Packages Are Awesome!
7:22
Просмотров 4,3 тыс.
Speech to Text Flutter || Voice Recognition App
10:41
Flutter Tutorial - Speech To Text & Voice Recognition
17:11