mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
Fix delays inbetween audio streams (#632)
This commit is contained in:
@@ -24,7 +24,7 @@ class StreamDispatcher extends EventEmitter {
|
||||
this.stream = stream;
|
||||
this.streamingData = {
|
||||
channels: 2,
|
||||
count: sd.count,
|
||||
count: 0,
|
||||
sequence: sd.sequence,
|
||||
timestamp: sd.timestamp,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user