Python

Thumbnail of post image 011

gui のものがあまり見かけなかったので 作ってみました

インストールpip install SpeechRecognitionpip install -U openai-whisper

PyTorch

コード

t ...

windows

Thumbnail of post image 142

インストール

ダウンロード | OBS (obsproject.com)

無料で使えてウォーターマークもなく無駄なロゴもついてこないので便利に使えます

使い方

ソースの設定:

指定したウィンドウの場合

Python

Thumbnail of post image 126

Tcl/Tk

Tcl/Tk は、widget と呼ばれる部品を使って簡単に GUI アプリケーションを作成できますがTkinterはこれを Python で使えるようにしたものです

次のサイトを見ると概要が分かります ...

bat,PowerShell ,windows

Thumbnail of post image 196

Vbスクリプトを使用せずパワーシェルで行う方法です

ファイルダイアログFOR/F "usebackq" %%a IN (`powershell -command "Add-Type -assembl ...

bat,PowerShell ,windows

Thumbnail of post image 013

コードFOR/F "usebackq" %%a IN (`powershell -command " $contents = (Get-Content ./c_up_parab.txt ); return $c ...

Python

Thumbnail of post image 135
GitHub – eriklindernoren/PyTorch-GAN: PyTorch implementations of Generative Adversarial Networks.git clone PyTorc ...

Python,windows

Thumbnail of post image 192
対応方法if __name__ == '__main__': freeze_support() ... The "freeze_support()" line can be omitted if the ...

Python

Thumbnail of post image 077
インストールpip install git+ install simpleaudioコードfrom pydub import AudioSegmentfrom pydub.silence import split_on_silencefro ...

windows

Thumbnail of post image 100
聞々ハヤえもん

聞々ハヤえもん公式サイト/MP3プレイヤー フリーソフト (hayaemon.jp)

Mp3split

デコードや再エンコードを必要とせずに、mp3、ogg vorbis、FLAC、その他のオーディオ形式をフレ ...

Python

Thumbnail of post image 017
準備コードfrom pathlib import Pathfrom dotenv import load_dotenv#import soundfile as sffrom infer.modules.vc.modules import V ...