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 Packets not being recieved #45

Open
KodyPrograms opened this issue May 7, 2016 · 2 comments
Open

Audio Packets not being recieved #45

KodyPrograms opened this issue May 7, 2016 · 2 comments
Labels

Comments

@KodyPrograms
Copy link

Tried making a simple echoing to echo back my voice in discord. Basically is looks like it does below.
and it doesn't ever write to line or echo anything back to me even tho he is already in the voice channel. Any help would be great!

client.ConnectToVoiceChannel(client.GetChannelByName("Other"));

client.AudioPacketReceived += (sender, e) =>
{
Console.WriteLine("Audio Packet Recieved");
DiscordAudioPacket audio = new DiscordAudioPacket(e.OpusAudio);
client.EchoPacket(audio);
};

@suicvne suicvne added the bug label May 8, 2016
@KodyPrograms
Copy link
Author

Any fix to this?

@shortcord
Copy link

I was messing with this too, it seems that client.AudioPacketReceived never gets triggered. Not really sure why though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants