Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPass through channel settings in AudioNode constructor #21674
Conversation
highfive
commented
Sep 11, 2018
|
Heads up! This PR modifies the following files:
|
|
Removed the bits that handle decoding, see #21539 |
|
|
|
Looks good. r=me Thanks! |
|
|
Opened image-rs/image#809 for the image crate, but that may take time, so I'll whitelist it servo/media#126 for the servo-media one. |
|
@bors-servo try=wpt |
Pass through channel settings in AudioNode constructor Most audionodes let you pass in channel count/etc settings in their constructors, and have different defaults. Using the `create_node` argument added in servo/media#124 , this passes that information through. r? @ferjm. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21674) <!-- Reviewable:end -->
|
|
|
@bors-servo r+ |
|
|
Pass through channel settings in AudioNode constructor Most audionodes let you pass in channel count/etc settings in their constructors, and have different defaults. Using the `create_node` argument added in servo/media#124 , this passes that information through. r? @ferjm. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21674) <!-- Reviewable:end -->
|
|
Manishearth commentedSep 11, 2018
•
edited
Most audionodes let you pass in channel count/etc settings in their
constructors, and have different defaults. Using the
create_nodeargument added in servo/media#124 , this passes
that information through.
r? @ferjm.
This change is