OhkuboSGMS / zunda_w

voicevox + whisper(X) による speech to text to speech
MIT License
1 stars 0 forks source link

main文のリファクタリング #47

Closed OhkuboSGMS closed 1 year ago

OhkuboSGMS commented 1 year ago

処理の順番を調整

speech to text text to speech  でそれぞれの段階でモデルを読み込んで,終了したらリリースするように修正

audio -> srt -> audio srt -> audio で処理の分岐が同じになるよう構造を修正