feat(unitproc):Add bkipas (IPA pronunciation tool)
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.