X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/a38d55c878b5366749b0ee21adffa47afc9c4271..75c5aa780fc104dfe4ad9e42d917078c89c5eca5:/unitproc/bkipas.d/README.org diff --git a/unitproc/bkipas.d/README.org b/unitproc/bkipas.d/README.org new file mode 100644 index 0000000..2562184 --- /dev/null +++ b/unitproc/bkipas.d/README.org @@ -0,0 +1,17 @@ +* bkipas.d +** Description +This directory contains files necessary to execute the bash script +~bkipas~. + +The file ~lexconvert.py~ is a python3 script referenced by [[https://github.com/espeak-ng/espeak-ng/issues/539#issuecomment-536192362][this]] post +in the eSpeak github discussion forum. The file may be obtained at +[[https://github.com/ssb22/lexconvert][this]] git repository. Only the required file is kept in this +directory. ~lexconvert.py~ converts an argument IPA string into +"eSpeak's phoneme mneumonics" that may be passed via stdout to an +~espeak~ command. + +The bash script ~bkipas~ performs the ~lexconvert.py~, ~espeak~, +and ~oggenc~ commands in order to produce an Ogg Vorbis file. An +example of such a command group is: + +: $ python3 lexconvert.py --phones2phones unicode-ipa espeak "təˈmeɪtoʊ" | espeak --stdout | oggenc -o /tmp/tomato.ogg -