keywords: tts stt buzz

buzz

download and install

buzz-github

go to realase page to download Buzz-Windows-X64.zip. the version I'm using is v1.2.0.

unpack the zip, and dobule click .exe file.

usage

run Buzz and import an audio file (like mp3), choose model(Buzz will download model file automaticly)
https://chidiwilliams.github.io/buzz/docs/faq

official doc

https://chidiwilliams.github.io/buzz/docs

commandline

Translate two MP3 files from French to English using OpenAI Whisper API

buzz add --task translate --language fr --model-type openaiapi /Users/user/Downloads/1b3b03e4-8db5-ea2c-ace5-b71ff32e3304.mp3 /Users/user/Downloads/koaf9083k1lkpsfdi0.mp3

Transcribe an MP4 using Whisper.cpp "small" model and immediately export to SRT and VTT files

buzz add --task transcribe --model-type whispercpp --model-size small --prompt "My initial prompt" --srt --vtt /Users/user/Downloads/buzz/1b3b03e4-8db5-ea2c-ace5-b71ff32e3304.mp4

作者:张三  创建时间:2024-12-15 08:57
最后编辑:张三  更新时间:2024-12-21 20:22