LingoLearn Phonetics Source Code
Real voice output, IPA phonetics, and a built-in Bangla dictionary
Brought to you by:
needyamin
| File | Date | Author | Commit |
|---|---|---|---|
| asset | 3 days ago |
|
[bba47c] Latest |
| src | 2 days ago |
|
[205045] latest |
| .gitignore | 3 days ago |
|
[a89262] update |
| Dockerfile.linux-build | 4 days ago |
|
[7d51b0] Update |
| LICENSE | 2026-02-08 |
|
[0afc13] Update |
| README.md | 2 days ago |
|
[e40594] update |
| package-lock.json | 3 days ago |
|
[a89262] update |
| package.json | 2 days ago |
|
[205045] latest |
LingoLearn helps students master English pronunciation using real voice output, IPA phonetics, and a built-in English–Bangla dictionary.
git clone https://github.com/needyamin/lingoLearn-phonetics.git
cd lingoLearn-phonetics
npm install
npm start
| Platform | Command | Output |
|---|---|---|
| Windows (portable exe) | npm run dist |
dist/LingoLearn Phonetics 1.0.0.exe |
| Linux (AppImage) | npm run dist:linux:docker |
dist/LingoLearn Phonetics-1.0.0.AppImage |
Use Docker. One command from project root:
npm run dist:linux:docker
Or manually:
docker build -f Dockerfile.linux-build -t tts-pronunciation-linux-builder .
docker run --rm -v "y:/Projects/lingoLearn-phonetics/dist:/app/dist" tts-pronunciation-linux-builder
Output: dist/LingoLearn Phonetics-1.0.0.AppImage (~101 MB). Requires Docker Desktop.
Alternatives: Enable Windows Developer Mode, or run PowerShell as Administrator, then npm run dist:linux. Or use GitHub Actions to build on Linux.
LingoLearn Phonetics-1.0.0.AppImagechmod +x "LingoLearn Phonetics-1.0.0.AppImage"./"LingoLearn Phonetics-1.0.0.AppImage"No install needed. Needs Linux kernel 3.10+, GLIBC 2.17+, X11 or Wayland.
npm run dist → creates dist/LingoLearn Phonetics 1.0.0.exe (single file, no installer)..exe anywhere (USB, cloud, another PC). Users double‑click to run; no install needed.v1.0.0).LingoLearn Phonetics 1.0.0.exe (and optionally LingoLearn Phonetics-1.0.0.AppImage).v1.0.0), the app checks and can auto-download and install on quit.Electron · Web Speech API · CMU Pronouncing Dictionary · Bangla dictionary (asset)
ISC