Skip to content

xiaozhah/phoneme_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Sounds Practice App

This is a simple Pythonista-based application for practicing the sounds of British English. The app displays buttons for consonants, vowels, and diphthongs, each paired with an example word. Users can click on the phonetic symbol to hear its pronunciation and on the word to hear the word's pronunciation. The audio files used are sourced from the Oxford Dictionary.

Features

  • Scrollable Interface: Navigate through a scrollable list of phonetic symbols and example words.
  • Audio Playback: Click on a phonetic symbol to hear its pronunciation and on a word to hear the word's pronunciation.
  • Organized Sections: The sounds are organized into consonants, vowels, and diphthongs for easy reference.

Installation

To use this app, you need to have Pythonista installed on your iOS device.

  1. Open Pythonista.
  2. Create a new Python script.
  3. Copy and paste the following code and audio files into the script.

Usage

Run the script in Pythonista. The app will display a list of phonetic symbols and example words. Tap on a phonetic symbol to hear its pronunciation, or tap on an example word to hear how the word is pronounced.

UI