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)
commit75c5aa780fc104dfe4ad9e42d917078c89c5eca5
tree6a90f6355a5e4e60aa3e420dd38aab5b23f10b47
parenta38d55c878b5366749b0ee21adffa47afc9c4271
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.
unitproc/bkipas [new file with mode: 0644]
unitproc/bkipas.d/README.org [new file with mode: 0644]
unitproc/bkipas.d/lexconvert.py [new file with mode: 0644]