An open API service indexing awesome lists of open source software.

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

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