-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
[project] | ||
name = "discord-virtual-micro" | ||
version = "0.2.0" | ||
version = "0.1.0" | ||
description = "Discord Virtual Microphone is a bot that leverages AI from Silero Models to read out loud any text you type in Discord. This bot can be particularly useful for individuals without access to a physical microphone." | ||
authors = [{ name = "Vazgen", email = "[email protected]" }] | ||
dependencies = [ | ||
"soundcard>=0.4.2", | ||
"librosa>=0.10.1", | ||
"discord.py-self @ git+https://github.com/dolfies/discord.py-self.git@9c1047bc1f5ae6a739dd246212d049d601bccfc3#egg=discord-py-self", | ||
"num2words>=0.5.13", | ||
"omegaconf>=2.3.0", | ||
"transliterate>=1.10.2", | ||
"setuptools>=69.1.1", | ||
"torch>=2.2.1", | ||
"torchsde>=0.2.6", | ||
"aiorun>=2023.7.2", | ||
"discord.py-self @ https://github.com/dolfies/discord.py-self/archive/9c1047bc1f5ae6a739dd246212d049d601bccfc3.tar.gz", | ||
] | ||
|
||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters