-
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.
Added default option for virtual and physical devices Improved device finding algorithm Removed some debug output Updated packages
- Loading branch information
Showing
11 changed files
with
147 additions
and
79 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "discord-virtual-micro" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
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 = [ | ||
|
@@ -10,10 +10,12 @@ dependencies = [ | |
"omegaconf>=2.3.0", | ||
"transliterate>=1.10.2", | ||
"setuptools>=69.1.1", | ||
"numpy<2", | ||
"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", | ||
"silero>=0.4.1", | ||
] | ||
|
||
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
Oops, something went wrong.