Skip to content

SayuC/voicevox_package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VOICEVOX_CORE

元の公式レポ voicevox_core dependency status


日本語のドキュメントを読むか、english または portuguese

インストール(aarch64):

 pip install https://github.com/AkariOficial/voicevox_package/releases/download/voicevox_core-0.14.1/voicevox_core-0.14.1+cpu.tar.gz

使い方:

from pathlib import Path
from voicevox_core import synthetize

audio = synthetize.synthesize_audio(
    36,
    "おはよう",
    Path("./open_jtalk_dic_utf_8-1.11"))

with open("audio.ogg", "wb") as f:
        f.write(audio)

またはコマンドラインで:

 python ./run.py ./open_jtalk_dic_utf_8-1.11 これはテストです ./audio.ogg

音声データベースのドキュメントはこちら

声の種類を変更したい場合は ここportuguese

への貢献

またはここで問題に答えてください:

About

voicevox_core for python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors