Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ardha27 committed Mar 11, 2023
1 parent 1abcbd6 commit ea0298a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This project is inspired by shioridotdev and utilizes various technologies such
## Installation

To use this project, you will need to download the VoiceVox Engine from their GitHub page. You will also need to capture desktop audio using Virtual Cable and use it as input on VtubeStudio microphone.

Use chat.txt and output.txt as an input on OBS Text (Realtime Caption)

## Credits

Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def speech_text(result_jp, result_id):
mode = input("Mode (1-Mic, 2-Youtube Live): ")

if mode == "1":
print("Press Right Shift to record audio")
print("Press and Hold Right Shift to record audio")
while True:
if keyboard.is_pressed('RIGHT_SHIFT'):
record_audio()
Expand Down

0 comments on commit ea0298a

Please sign in to comment.