Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 953 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 953 Bytes

denops-voicevox

Talk text on Vicevox from Vim

Sample movie is #1

Usage

:VoicevoxTalk こんばんわ、ずんだもんなのだ。
:%VoicevoxTalk

Requirements

Vim need +sound feature.

denops.vim

Installation

For vim-plug plugin manager:

Plug 'vim-denops/denops.vim'
Plug 'raa0121/denops-voivevox'

For dein.vim plugin manager:

call dein#add('vim-denops/denops.vim')
call dein#add('raa0121/denops-voivevox')

Config

let g:voicevox_api_entrypoint = 'http://localhost:50021/' " ( default: http://127.0.0.1:50021/ )
let g:voicevox_speaker = 0 " speaker: 0 => 四国めたん, 1 => ずんだもん ( default: 1 )

License

MIT License

Author

raa0121 raa0121@gmail.com