Or try it live at: https://speech-to-phonetic-comparison-app.vercel.app/
This project is a web application that helps users practice their pronunciation by comparing their spoken words to expected phonetic transcriptions. It uses speech recognition technology and provides instant feedback on pronunciation accuracy.
- Speech recognition for user input
- Conversion of spoken text to phonetic (IPA) transcription
- Display of expected phrase and its phonetic transcription
- Audio playback for both expected and user-spoken phrases
- Real-time comparison between expected and spoken phonetics
- Multiple practice phrases
- React
- Next.js
- TypeScript
- Web Speech API
- Tailwind CSS
- shadcn/ui components
To run this project locally:
-
Clone the repository:
git clone https://github.com/<seu-usuario>/speech-to-phonetic-comparison-app.git cd speech-to-phonetic-comparison-app
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Click the microphone icon to start speaking.
- After speaking, the app will display your pronunciation along with the expected phonetic transcription.
- You will receive feedback on the accuracy of your pronunciation.
- You can listen to the correct pronunciation by clicking the audio buttons.
Contributions are always welcome! Feel free to submit a pull request (PR) with any improvements, bug fixes, or features.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
Please make sure to follow the coding conventions and include tests for new features or fixes when applicable.
MIT License
Copyright (c) 2024 Daniel Chaves
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.