openjtalkをインストールして日本語のtext-to-speechを行う
Build Tools for Visual Studio 2022インストール
Microsoft C++ Build Tools – Visual Studio
pyopenjtalkのインストールpip inst ...RVC(Retrieval-based-Voice-Conversion)のモデルを使ってpythonのプログラムを自分で作る
準備コードfrom pathlib import Pathfrom dotenv import load_dotenvimport soundfile as sffrom infer.modules.vc.modules import VC ...
Retrieval-based-Voice-Conversion-WebUIをwinpythonにインストールする
インストール
“D:\WinPython\#winpythonPrompt.bat”実行します
PyTorchを仮想環境ではなくベースにインストールする場合はこの場所でインストールします
...
(VALL-E X) Web を使わないで使ってみる ⁄ テキストファイルを読んで複数の音声ファイルを一括で作成する
インストール@echo offcall %~dp0\scripts\env_for_icons.bat %*SET PATH=%PATH%;%WINPYDIRBASE%\PortableGit;%WINPYDIRBASE%\Portable ...
テキストファイルを読んで画像に縦書きの日本語文字を入れる方法
方法from PIL import Image, ImageDraw, ImageFont, ImageFilterdef generate_img(text_line, imgname, filename): text_x = 100 t ...
PythonのPillowを使って画像に縦書きの日本語文字を入れる方法
方法pip install Pillowfrom PIL import Image, ImageDraw, ImageFonttext = 'この?'font_size = 72font = ImageFont.truety ...
KeyError: ‘setting text direction, language or font features is not supported without libraqm’
Python で画像に文字を入れる時に縦書きにするとこのようなエラーが出ます。対応方法を示します
ダウンロードする方法Archived: Python Extension Packages for Windows R ...
リアルタイムなWhisper-WebUIを Windows パソコンで動かす
インストール
次のプログラムを使用させていただきます
faster-whisperを利用してリアルタイム文字起こしに挑戦 #Python – Qiita
GitHub – reriiasu ...
Whisper-WebUIを Windows パソコンで動かす
インストール
GitHub – jhj0517/Whisper-WebUI: A Web UI for easy subtitle using whisper model.
"D:\WinPython\Win ...マイクに喋りかけて音声をwhisperでリアルタイムに文字起こしする
whisper-micインストールpip install whisper-micオプション: --model 使用するモデル --device 使用するデバイス --english 英語モデルを使用するかどうか --verbose 詳細 ...