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

Fix various minor bugs #40

Merged
merged 4 commits into from
May 4, 2024
Merged

Fix various minor bugs #40

merged 4 commits into from
May 4, 2024

Conversation

lostromb
Copy link
Owner

@lostromb lostromb commented May 4, 2024

  • In certain conditional code paths, sample rate and channel count was not being set on the multistream decoder.
  • Addressed warnings where Span was compared to null
  • More explicit handling of the FEC Decode case where you're supposed to pass a null input as a Span parameter - in this case, Span.Empty is acceptable.
  • Update the public interface to expose the GetVersionString() method
  • Recompiled native lib for win-x64 and win-x86 to address a possible AVX2 misalignment issue

…s no other clear way to expose what implementation you're using. Recompiling win-x64 and win-x86 native binaries to circumvent an AVX2 alignment issues that was recently fixed in libopus. Bumping nuget version to 2.1.2 and updating internal version strings.
…ing Span<> to null. Condition the IsAotCompatible tag to the .NetCore export only.
@lostromb lostromb changed the title Fix MS decoder channels and sample rate not being set in some cases Fix various minor bugs May 4, 2024
@lostromb lostromb merged commit 8f78de3 into master May 4, 2024
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