Formato
Plain text
Post date
2015-04-03 21:58
Publication Period
Unlimited
  1. (defun test-func (start end)
  2. (interactive "r")
  3. (message (buffer-substring start end))
  4. (setq new-process (apply 'start-process "ojtalk" (list "*ojtalk-buf*" "~/open_jtalk-1.08/bin/open_jtalk" "-m" "~/hts_voice_nitech_jp_atr503_m001-1.05/nitech_jp_atr503_m001.htsvoice" "-x" "~/open_jtalk-1.08/mecab-naist-jdic" "-z" "3048")))
  5. (process-send-string new-process (concat (buffer-substring start end) "\n")))
Download Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text