Crescent-Labs / iqra-api

GNU General Public License v3.0
21 stars 5 forks source link

how to #1

Closed muneebarif11 closed 7 years ago

muneebarif11 commented 7 years ago

How to make api calls with speech? i mean in description it mentioned that Quran surah will be fetched based on speech. Kindly show any example or help me out.

Thanks

mmmoussa commented 7 years ago

The speech-to-text is done on the client-side, not as part of the api in this repo. The text result of speech-to-text is then sent to this api. Take a look at the website, Android client, and iOS client repos to see how to implement the speech-to-text on different platforms.