Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio Receiving #1

Merged
merged 10 commits into from
Nov 22, 2024
Merged

Audio Receiving #1

merged 10 commits into from
Nov 22, 2024

Conversation

JessicaTegner
Copy link
Owner

This pr adds support for receiving audio.

The event goes as follow:

@client.event
async def on_user_audio(block):
    print(block.user) # the teamtalk.User that the audio is from
   print(block.data) # the audio data
   print(block.id) # the audio data

What does people think? Anyone willing to test

@JessicaTegner JessicaTegner merged commit 76cb8f1 into master Nov 22, 2024
20 checks passed
@JessicaTegner JessicaTegner deleted the audio_recv branch November 22, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants