feat(unitproc):Add bkipas (IPA pronunciation tool)
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 11 Aug 2020 20:45:00 +0000 (20:45 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 11 Aug 2020 20:45:00 +0000 (20:45 +0000)
Add bkipas, a bash script that takes IPA (international phonetic
alphabet) strings as input and outputs an audio pronunciation.

`bkipas` does so by converting the IPA encoding into one understood by
`espeak `(a Debian package). By default, `espeak` attempts to play the
pronunciation on the local computer's audio speakers. An option exists
in `bkipas` to instead output the audio data in WAV format to
`oggenc` (a Debian package) in order to write an Ogg Vorbis file.


No differences found