Discord Voice Logger Bot
- Install Node.js (LTS recommended) and FFmpeg.
- Clone this repository.
- Run
npm install
in the repository directory. (In installation, npm will build@discordjs/opus
andvosk
module. If you don't have Python 2.7, you need to install it. Learn more about builds) - Download voice model from here and extract it to
./models
directory. example:./models/en
. You can edit path inindex.js
(MODEL_PATHS). (en model and ja model are recommended) cp .env.example .env
and edit.env
file.- Run
npm start
in the repository directory. - Invite bot to your server, join voice channel and run
/transcribe start
command. /transcribe stop
to stop transcribing and you can download transcript.