Skip to content

Conversation

mondain
Copy link

@mondain mondain commented Oct 28, 2020

No description provided.

}

private void calculateStructure() {
byte[] d = getData();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the bug exposed in the opus writer test

long lastGranule = 0;
for (AudioVisualDataAndSid avData : writtenPackets) {
OggPacketWriter avw = w;
if (avData.sid != sid) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the issue with int to object key matching

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.

1 participant