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

Mp4MediaStream の対応コーデックに AAC を追加する #507

Merged
merged 8 commits into from
Dec 6, 2024

Conversation

sile
Copy link
Member

@sile sile commented Dec 6, 2024

Copilot Summary

This pull request includes several changes to add support for the AAC codec in the Mp4MediaStream package and update dependencies. The most important changes are listed below:

AAC Codec Support

  • Added support for the AAC codec in the Mp4MediaStream class and updated related documentation. (CHANGES.md, packages/mp4-media-stream/README.md, packages/mp4-media-stream/src/mp4_media_stream.ts) [1] [2] [3]
  • Included Mp4aBox in the list of supported boxes and updated the AudioDecoderConfig and Track implementations to handle AAC codec. (packages/mp4-media-stream/wasm/src/mp4.rs) [1] [2] [3] [4]
  • Updated the TrackPlayer implementation to create an audio decoder for the AAC codec. (packages/mp4-media-stream/wasm/src/player.rs)

Dependency Updates

  • Updated the shiguredo_mp4 dependency version in Cargo.toml. (packages/mp4-media-stream/wasm/Cargo.toml)

@sile sile merged commit 812fb5d into develop Dec 6, 2024
2 checks passed
@sile sile deleted the feature/mp4-media-stream-aac branch December 6, 2024 03:45
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