Skip to main content
Version: 2.0.0

Description

A phoneme tells the speech synthesis engine how to exactly pronounce a word using a phonetic alphabet (IPA).

Right now, the engine tries its best to say words correctly. If you're not happy with it, use a phoneme to show the exact sound you want.

Resource

A phoneme resource conforms to the following interface:

interface PhonemeInput {
uuid: string
alphabet: string
word: string
phonetic_transcription: string
created_at: datetime
updated_at: datetime
}