ISouthRain / dict-line

Emacs show Dict for offline. Emacs 离线查词工具.
12 stars 2 forks source link

-- coding: utf-8; --

大部分源码由 ChatGPT-4 模型生成, [[file:./dict-line.org][提问过程]]

*** 播放单词音频文件 播放音频外部依赖程序: [[http://www.mplayerhq.hu/design7/dload.html][MPlayer - The Movie Player]]

音频文件: [[https://github.com/yousefvand/pronunciations/tree/809cc0ca4d6ac4dbf0519e1caa40e581d41c2df3][GitHub - yousefvand/pronunciations at 809cc0ca4d6ac4dbf0519e1caa40e581d41c2df3]]

+begin_src emacs-lisp :tangle yes

(setq dict-line-audio-root-dir "path-to/dict/audio") (setq dict-line-audio t)

+end_src

Welcome Pull request.