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

高ビットレート音声対応 #190

Merged
merged 12 commits into from
Nov 12, 2024
Merged

高ビットレート音声対応 #190

merged 12 commits into from
Nov 12, 2024

Conversation

Hexa
Copy link
Contributor

@Hexa Hexa commented Nov 12, 2024

This pull request includes several changes related to updating dependencies, refactoring code, and fixing bugs. The most important changes include refactoring the oggwriter and util packages, updating dependencies in go.mod, and fixing a bug related to high-bitrate audio data.

Refactoring and Code Improvements:

  • Renamed pion/oggwriter.go to _third_party/pion/oggwriter.go and updated the import paths and license headers accordingly. [1] [2]
  • Updated Makefile to reflect the new path for patching files.
  • Added a new util.go file under _third_party/pion with utility functions previously found in randutil.

Dependency Updates:

  • Updated various dependencies in go.mod to their latest versions, including github.com/pion/rtp, golang.org/x/net, golang.org/x/sync, and others. [1] [2] [3]

Bug Fixes:

  • Fixed an issue where analysis results were not returned for high-bitrate audio data.

Workflow Changes:

  • Added a new Patch step in the CI workflow to run make patch.

@Hexa Hexa merged commit ddf1a33 into develop Nov 12, 2024
1 check passed
@Hexa Hexa deleted the feature/high-bitrate branch November 12, 2024 07:19
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