This repository was archived by the owner on Jul 12, 2023. It is now read-only.
feat(AudioResource): add encoder property, fix type for metadata#110
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #110 +/- ##
==========================================
+ Coverage 63.46% 63.55% +0.08%
==========================================
Files 18 18
Lines 813 815 +2
Branches 191 193 +2
==========================================
+ Hits 516 518 +2
Misses 295 295
Partials 2 2
Continue to review full report at Codecov.
|
kyranet
reviewed
Jun 9, 2021
kyranet
approved these changes
Jun 9, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please describe the changes this PR makes and why it should be merged:
This adds the optional
encoderproperty to an AudioResource, so you could do this for example:Also simplifies the constructor of AudioResource, as well as fixes the metadata typings. Previously, this was an issue:
Even though the AudioResource is given a type, metadata was incorrectly optional. This is now fixed.
Status and versioning classification: