voicevox-playground-tui

Write a line, play it instantly - Zundamon at the speed of thought -

Requirements

Installation

cargo install --force --git https://github.com/cat2151/voicevox-playground-tui

Server

To use this, please start the VOICEVOX engine.

  1. Download and install VOICEVOX
  2. Start the VOICEVOX engine (an HTTP server will launch on port 50021)
<your VOICEVOX directory>/vv-engine/run

Usage

vpt

CLI Options

Option Action
--clipboard Reads clipboard content line by line, speaks it, and exits (does not add to history.txt)

Keybindings

Key Action
i INSERT mode (edit current line)
Enter / Esc Return to NORMAL mode from INSERT mode
j / Move to the line below → Auto-play
k / Move to the line above → Auto-play
o Insert a blank line below the current line and enter INSERT mode
O Insert a blank line above the current line and enter INSERT mode
dd Cut line
p Paste line (below current line)
P Paste line (above current line)
"+p Paste clipboard content below the current line
"+P Paste clipboard content above the current line
Enter / Space Manually play current line
v Enter intonation editing mode
zm Fold (hide lines with leading spaces)
zr Unfold
gt Move to next tab
gT Move to previous tab
:tabnew Create new tab
q Quit (save history)

Specifications

Updating

cargo install --force --git https://github.com/cat2151/voicevox-playground-tui

Future Plans

Notes

Goals

Non-Goals (Out of Scope)