zenafey / discord-voice-translate

Discord bot on python which can recognize text from voice and send it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a modified fork of itzlayz/discord-bot-voice-detect of Discord bot for reconizing text from voice messages

Requirements and installing

  1. Python 3.8+(https://www.python.org/downloads/)
  2. FFMPEG(https://pypi.org/project/ffmpeg-downloader/ or https://github.com/icedterminal/ffmpeg-installer/releases/download/6.0.0.20230306/FFmpeg_Essentials.msi)
  3. required libraries(pip install -r requirements.txt after cloning repo)
  4. discord bot(https://discord.com/developers/applications create new application or use that already exists)

Running

After cloning repo in config.json replace bot token and prefix with yours and then run bot: python main.py

Usage

This bot have command (prefix)voice, you need to answer to message with voice message with this command and bot will translate it in text
image
Another way to use bot is use through context-menu
gifexmpl)

text above is a joke and just a testing of bot!!!

Contact info

Discord tag - xeon-m#7477
Discord server - https://discord.gg/qX5dwV3HEp
Reddit - https://www.reddit.com/user/Prestigious-Wealth49

About

Discord bot on python which can recognize text from voice and send it.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%