Help regarding text to speech in uno

hi I am new to arduino so forgive me if i ask something trivial.
I want to implement text to speech in arduino uno. I do not want to use a shield instead want to use my laptops speakers via bluetooth. I know there exists few libraries which performs TTS but what i do not understand is how to output it to my laptop.
Thanks in advance All help is appreciated

Use your entire PC, not only the speakers. You need a big database for the pronunciation of all words.

I know there exists few libraries which performs TTS but what i do not understand is how to output it to my laptop.

So what are these librarys? Without that vital information all we can do is guess.

Text to speech is not a trivial matter on the Arduino, it is cutting edge if at all possible. Even if you manage to do it then the results will not be much good.