mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Additions before wsl purge
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Note: Some macOS users may need to use `pip3` instead of `pip`.
|
||||
|
||||
import assemblyai as aai
|
||||
|
||||
from discord.ext import commands
|
||||
# Replace with your API key
|
||||
aai.settings.api_key = "aa9962f0088a449a9c4ab2361e96cc08"
|
||||
|
||||
@@ -25,3 +25,11 @@ transcript = transcriber.transcribe(
|
||||
|
||||
for utterance in transcript.utterances:
|
||||
print(f"Speaker {utterance.speaker}: {utterance.text}")
|
||||
|
||||
|
||||
|
||||
|
||||
class Transcriber(commands.Cog):
|
||||
def __init__(self,bot):
|
||||
self.bot = bot
|
||||
self._last_member = None
|
||||
@@ -14,4 +14,5 @@ PyNaCl
|
||||
flask
|
||||
waitress
|
||||
clickupython
|
||||
assemblyai
|
||||
assemblyai
|
||||
git+https://github.com/imayhaveborkedit/discord-ext-voice-recv
|
||||
Reference in New Issue
Block a user