How to convert an IPA string to an audio file in Python? (Phonemes to speech)
I have a variable containing an IPA string, for example ipa_str = "[aɪ̯ pʰiː eɪ̯]"
. How can I convert its pronunciation to an audio file (any format, .mp3, .wav, .ogg, etc.) in Python, like phonemes to speech? For example, the IPA string given above should be converted to an audio file sounding like this.