https://github.com/raa0121/denops-voicevox
Talk text on Voicevox from Vim
https://github.com/raa0121/denops-voicevox
vim-denops voicevox
Last synced: 10 months ago
JSON representation
Talk text on Voicevox from Vim
- Host: GitHub
- URL: https://github.com/raa0121/denops-voicevox
- Owner: raa0121
- License: mit
- Created: 2021-09-05T10:37:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T14:36:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T18:11:43.959Z (over 1 year ago)
- Topics: vim-denops, voicevox
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# denops-voicevox
Talk text on [Vicevox](https://voicevox.hiroshiba.jp) from [Vim](https://vim.org)
Sample movie is https://github.com/raa0121/denops-voicevox/issues/1
## Usage
```
:VoicevoxTalk こんばんわ、ずんだもんなのだ。
:%VoicevoxTalk
```
## Requirements
Vim need `+sound` feature.
[denops.vim](https://github.com/vim-denops.vim)
## Installation
For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager:
```vim
Plug 'vim-denops/denops.vim'
Plug 'raa0121/denops-voivevox'
```
For [dein.vim](https://github.com/Shougo/dein.vim) plugin manager:
```vim
call dein#add('vim-denops/denops.vim')
call dein#add('raa0121/denops-voivevox')
```
## Config
```vim
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