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

Fixed javadoc annoyance in maven. Added preencoded opus unit test. Fixed small bug with int to obj key selection. #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mondain
Copy link

@mondain mondain commented Oct 28, 2020

No description provided.

@@ -51,15 +53,15 @@ public int getNumberOfSamples() {

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

@@ -413,7 +468,15 @@ public void close() throws IOException {
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