├── .github └── FUNDING.yml ├── API.md ├── API_VANILLA.md ├── AUDIO_FILE.md ├── CHANGELOG.md ├── EXAMPLE_CODE.md ├── HOW_TO_USE.md ├── LICENSE ├── LIMITATION.md ├── LLM_ENGINE.md ├── MAKE_BACKEND.md ├── PROBLEMS.md ├── README.md ├── SUPPORTED_LANGUAGES.md ├── TEST.md ├── assets ├── multi_lang │ ├── ar.mp3 │ ├── cn.mp3 │ ├── de.mp3 │ ├── el.mp3 │ ├── en.mp3 │ ├── fi.mp3 │ ├── fr.mp3 │ ├── hindi.mp3 │ ├── id.mp3 │ ├── it.mp3 │ ├── jp.mp3 │ ├── ko.mp3 │ ├── ro.mp3 │ ├── ru.mp3 │ └── tr.mp3 ├── quran │ ├── ayat1.mp3 │ ├── ayat2.mp3 │ ├── ayat26.mp3 │ ├── ayat3.mp3 │ └── ayat4.mp3 └── test │ └── cat.mp3 ├── backend └── nodejs │ ├── .env.template │ ├── .gitignore │ ├── app.js │ ├── package.json │ └── readme.md ├── img ├── RNSH.png ├── adaptable.png ├── amazon.png ├── auto_transcribe.png ├── backend.png ├── banner.png ├── cache.png ├── chat_gpt_api.png ├── elevenlabs.png ├── elevenlabs_pricing.png ├── enterprise_web_version.png ├── features.png ├── google_tts.png ├── hanacaraka.png ├── intellisense.gif ├── interaction.png ├── mobile_version.png ├── open_tts.png ├── overview.png ├── pdf_reader_plugin.png ├── position.png ├── prepareHL.loadingProgress.png ├── prepareHL.png ├── pronounciation.png ├── react_speech_logo.png ├── relation.png ├── sosmed.png ├── vanilla.png ├── viseme.png └── web_version.png └── package.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/API.md -------------------------------------------------------------------------------- /API_VANILLA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/API_VANILLA.md -------------------------------------------------------------------------------- /AUDIO_FILE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/AUDIO_FILE.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /EXAMPLE_CODE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/EXAMPLE_CODE.md -------------------------------------------------------------------------------- /HOW_TO_USE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/HOW_TO_USE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/LICENSE -------------------------------------------------------------------------------- /LIMITATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/LIMITATION.md -------------------------------------------------------------------------------- /LLM_ENGINE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/LLM_ENGINE.md -------------------------------------------------------------------------------- /MAKE_BACKEND.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/MAKE_BACKEND.md -------------------------------------------------------------------------------- /PROBLEMS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/PROBLEMS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/README.md -------------------------------------------------------------------------------- /SUPPORTED_LANGUAGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/SUPPORTED_LANGUAGES.md -------------------------------------------------------------------------------- /TEST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/TEST.md -------------------------------------------------------------------------------- /assets/multi_lang/ar.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/ar.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/cn.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/cn.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/de.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/de.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/el.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/el.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/en.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/en.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/fi.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/fi.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/fr.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/fr.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/hindi.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/hindi.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/id.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/id.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/it.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/it.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/jp.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/jp.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/ko.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/ko.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/ro.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/ro.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/ru.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/ru.mp3 -------------------------------------------------------------------------------- /assets/multi_lang/tr.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/multi_lang/tr.mp3 -------------------------------------------------------------------------------- /assets/quran/ayat1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/quran/ayat1.mp3 -------------------------------------------------------------------------------- /assets/quran/ayat2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/quran/ayat2.mp3 -------------------------------------------------------------------------------- /assets/quran/ayat26.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/quran/ayat26.mp3 -------------------------------------------------------------------------------- /assets/quran/ayat3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/quran/ayat3.mp3 -------------------------------------------------------------------------------- /assets/quran/ayat4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/quran/ayat4.mp3 -------------------------------------------------------------------------------- /assets/test/cat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/assets/test/cat.mp3 -------------------------------------------------------------------------------- /backend/nodejs/.env.template: -------------------------------------------------------------------------------- 1 | ELEVENLABS_API_KEY=your_api_key_here 2 | PORT=3001 3 | -------------------------------------------------------------------------------- /backend/nodejs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/backend/nodejs/.gitignore -------------------------------------------------------------------------------- /backend/nodejs/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/backend/nodejs/app.js -------------------------------------------------------------------------------- /backend/nodejs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/backend/nodejs/package.json -------------------------------------------------------------------------------- /backend/nodejs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/backend/nodejs/readme.md -------------------------------------------------------------------------------- /img/RNSH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/RNSH.png -------------------------------------------------------------------------------- /img/adaptable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/adaptable.png -------------------------------------------------------------------------------- /img/amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/amazon.png -------------------------------------------------------------------------------- /img/auto_transcribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/auto_transcribe.png -------------------------------------------------------------------------------- /img/backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/backend.png -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/banner.png -------------------------------------------------------------------------------- /img/cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/cache.png -------------------------------------------------------------------------------- /img/chat_gpt_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/chat_gpt_api.png -------------------------------------------------------------------------------- /img/elevenlabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/elevenlabs.png -------------------------------------------------------------------------------- /img/elevenlabs_pricing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/elevenlabs_pricing.png -------------------------------------------------------------------------------- /img/enterprise_web_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/enterprise_web_version.png -------------------------------------------------------------------------------- /img/features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/features.png -------------------------------------------------------------------------------- /img/google_tts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/google_tts.png -------------------------------------------------------------------------------- /img/hanacaraka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/hanacaraka.png -------------------------------------------------------------------------------- /img/intellisense.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/intellisense.gif -------------------------------------------------------------------------------- /img/interaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/interaction.png -------------------------------------------------------------------------------- /img/mobile_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/mobile_version.png -------------------------------------------------------------------------------- /img/open_tts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/open_tts.png -------------------------------------------------------------------------------- /img/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/overview.png -------------------------------------------------------------------------------- /img/pdf_reader_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/pdf_reader_plugin.png -------------------------------------------------------------------------------- /img/position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/position.png -------------------------------------------------------------------------------- /img/prepareHL.loadingProgress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/prepareHL.loadingProgress.png -------------------------------------------------------------------------------- /img/prepareHL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/prepareHL.png -------------------------------------------------------------------------------- /img/pronounciation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/pronounciation.png -------------------------------------------------------------------------------- /img/react_speech_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/react_speech_logo.png -------------------------------------------------------------------------------- /img/relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/relation.png -------------------------------------------------------------------------------- /img/sosmed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/sosmed.png -------------------------------------------------------------------------------- /img/vanilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/vanilla.png -------------------------------------------------------------------------------- /img/viseme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/viseme.png -------------------------------------------------------------------------------- /img/web_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/img/web_version.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albirrkarim/react-speech-highlight-demo/HEAD/package.json --------------------------------------------------------------------------------