Phonetic alphabets supported for phoneme elements.
Specifies which phonetic alphabet to use for pronunciation guidance. Different alphabets are suitable for different use cases and languages.
Alphabets:
ipa
sapi
ups
// IPA for international usevoice.phoneme('schedule', { alphabet: 'ipa', ph: 'ˈʃɛdjuːl' });// SAPI for Microsoft voicesvoice.phoneme('Azure', { alphabet: 'sapi', ph: 'ae zh er' }); Copy
// IPA for international usevoice.phoneme('schedule', { alphabet: 'ipa', ph: 'ˈʃɛdjuːl' });// SAPI for Microsoft voicesvoice.phoneme('Azure', { alphabet: 'sapi', ph: 'ae zh er' });
Phonetic alphabets supported for phoneme elements.
Specifies which phonetic alphabet to use for pronunciation guidance. Different alphabets are suitable for different use cases and languages.
Alphabets:
ipa
: International Phonetic Alphabet - Universal standard, widely supportedsapi
: Microsoft SAPI phonemes - Microsoft-specific, good for Englishups
: Universal Phone Set - Microsoft's unified phoneme set