Fork me 🍴

Willian Antunes

Public and useful tool to understand phonetics

β€’ 3 minute read

english, phonetics, pronunciation

Table of contents
  1. The issue I faced and pronouncing through phonetics
  2. Solving a problem and creating a public tool
  3. Technologies used

Important notice: I wrote this blog entry on February 19, 2021. It was available on Rave of Phonetics website. It is offline but Rave of Phonetics in open-source now. Check it out πŸ˜€.

Have you ever used a tool or program that worked for you, yet you felt that there was something missing? It was handy, but maybe it lacked some features that would make things a lot easier for you and everyone else using it. That was exactly my situation.

The issue I faced and pronouncing through phonetics

Months ago, I started learning English intensively. One platform that I have been using a lot is Cambly. There you can find native English speakers to talk about everything you want, and when you find a good tutor, the learning process is accelerated greatly. I think this as important as any part of your immersive approach to learning a new language. I met a tutor, who is, by the way, my partner here at Rave of Phonetics, and he taught me an interesting way of gradually understanding how to improve my speaking through phonetics. I was amazed with that!

To illustrate one situation, I was pronouncing β€˜chew’ instead of β€˜to’, all the time! To be honest, I was always pronouncing β€˜chew’, not only for β€˜to’, but for β€˜too’ and β€˜two’. Pretty quickly he noticed my problem and explained me how to pronounce it correctly. To do that, he used some tools specifically used for my situation and that was the moment I was again amazed; not in a good way, rather amazed of the deficiency of the tools. I realized that there were many phonetic transcription sites, but they did not have even the most basic of features. For example:

  • No history of previously queried words.
  • No looping of speech audio to repeat the word or phrase.
  • No sharing of links to your friends and contacts through WhatsApp, WeChat, Telegram, Messenger, and others.
  • No off-line functionally.

Solving a problem and creating a public tool

Being a developer, something like the mason of the internet has its benefits. From time to time, I will take on a challenge and publicly share its code on my GitHub profile, like this one made in Ruby a time ago. The moment had come to do that yet again, so that’s when I saw the opportunity to change the game with a new tool that would help me (and you) to learn better through phonetics! Hence, I did the first version of Rave of Phonetics and I made it publicly available in January of 2021 (check the changelog so you can see more details). After that day, I have not stopped improving it! The image below shows how many commits I have on the repository:

GitHub repository of the Rave of Phonetics project

Technologies used

I started the project using Django and Parcel, but now the whole architecture is changed. Gatsby is used for front-end with Material UI and I am still using Django for the back-end, because, as you may know, it is the web framework for perfectionists with deadlines. By the way, I’m still using others like Inkscape:

Print screen of Inkscape program

Let's build something together! Feedbacks and comments are welcome!


Have you found any mistakes πŸ‘€? Feel free to submit a PR editing this blog entry πŸ˜„.