# How to make a pronunciation function(Library)

**URL:** https://community.thunkable.com/t/how-to-make-a-pronunciation-function-library/2325876
**Category:** Questions about Thunkable X
**Created:** [March 15, 2023, 4:52pm UTC](https://community.thunkable.com/t/how-to-make-a-pronunciation-function-library/2325876 "2023-03-15T16:52:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![anandavardhana57zwwl](https://avatars.discourse-cdn.com/v4/letter/a/8baadc/32.png) [@anandavardhana57zwwl](https://community.thunkable.com/u/anandavardhana57zwwl)
#### Post date: [March 15, 2023, 4:52pm UTC](https://community.thunkable.com/t/how-to-make-a-pronunciation-function-library/2325876/1 "2023-03-15T16:52:04Z")

</div>

[https://x.thunkable.com/copy/02b15e3b4dafd36fee9975a4e4c56270](https://x.thunkable.com/copy/02b15e3b4dafd36fee9975a4e4c56270)  
This small program just tells 4 + 6 = 10. (Ignore the other blocks)  
Q1: Does Thunkable have libraries or functions for which if I were to give a text string it would pronounce it for me.  
Ex: 23 + 54 - 67 / 12 \* 45 = 37.5  
If I were to type this in to a text box, then the function(Library) should be able to take it from there and pronounce  
Twenty Three plus Fifty Four minus Sixty Seven divide Twelve multiply Forty Five Equals Thirty Seven point Five.  
Q2: I want to write my own function(library) in another language. So I would very much appreciate if I can get access to the actual program. Then I can mimic the logic and do it for another language.  
Many thanks in advance.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 15, 2023, 6:05pm UTC](https://community.thunkable.com/t/how-to-make-a-pronunciation-function-library/2325876/2 "2023-03-15T18:05:26Z")

</div>

You can use the text to speech block (Google _text to speech Thunkable_ for demos and documentation) to read the equation. I’m not sure how well it will do so I’d give it a test. Another option is something like Google Cloud Voice which tends to do a better job but requires an API key and familiarity with setting up APIs in Thunkable (not always an easy task!).

---

<div class="post-metadata">

### Author: ![anandavardhana57zwwl](https://avatars.discourse-cdn.com/v4/letter/a/8baadc/32.png) [@anandavardhana57zwwl](https://community.thunkable.com/u/anandavardhana57zwwl)
#### Post date: [March 16, 2023, 12:23am UTC](https://community.thunkable.com/t/how-to-make-a-pronunciation-function-library/2325876/3 "2023-03-16T00:23:30Z")

</div>

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/c/9c1aa125bfab195227fcfbdfa0f795e1d228d4d8.png)  
This does the job but is limited to English, European languages and some other languages but not to specific languages of India I am looking for. For example when I do this:  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/1/412743265eb7a63cd980efa9798761399ccf78c1.png)  
I get it in English only.  
Let me check if these API’s are open source and if so I can make that API work so that someone else can benefit. Thanks Tatiang for the pointers.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [June 14, 2023, 12:24am UTC](https://community.thunkable.com/t/how-to-make-a-pronunciation-function-library/2325876/4 "2023-06-14T00:24:20Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
