From 3f431a7dc602d1f33ec630c799de56f70a8392b0 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 Jan 2026 07:55:23 +0100 Subject: [PATCH] Remove README.md --- README.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index ec12ebf..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# kokoro-ja - -**Author:** Unknown - -> ⚠️ **This README.md has been automatically generated using AI and might contain hallucinations or inaccuracies. Please proceed with caution!** - ---- -# Japanese Text-to-Speech Converter - -**Author:** Unknown - -A script for converting Japanese text to speech using the Kokoro library. - -## Features -- Converts Japanese text to speech -- Supports multiple voice options -- Adjustable speed for audio output - -## Usage - -1. **Install Dependencies** - ```bash - ./run.sh "Your Japanese text here" - - -2. **Run the Script** - ```bash - python kokoro_ja.py "Your Japanese text here" --voice jf_alpha --speed 1.0 --out output.wav - - -## Arguments -- `text`: The Japanese text to be converted. -- `--voice`: The voice option (default: `jf_alpha`). -- `--speed`: The speed of the speech (default: `1.0`). -- `--out`: The output audio file name (default: `out.wav`). - -## License -This project is licensed under the MIT License. ---- \ No newline at end of file