From: Steven Baltakatei Sandoval Date: Tue, 11 Aug 2020 20:45:00 +0000 (+0000) Subject: feat(unitproc):Add bkipas (IPA pronunciation tool) X-Git-Tag: 0.3.0~9 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/75c5aa780fc104dfe4ad9e42d917078c89c5eca5?hp=75c5aa780fc104dfe4ad9e42d917078c89c5eca5 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. ---