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

Basic AudioBufferSourceNode implementation #46

Merged
merged 5 commits into from Jun 7, 2018
Merged

Conversation

@ferjm
Copy link
Member

ferjm commented Jun 7, 2018

There are still several things to do for this node type but I thought I should push this as soon as possible as it is moving lots of code around.

@ferjm ferjm requested a review from Manishearth Jun 7, 2018
{
let data = inputs.blocks[0].data_mut();

for sample in data.iter_mut() {

This comment has been minimized.

@Manishearth
Copy link
Member

Manishearth commented Jun 7, 2018

I'm going to merge early so that we don't have too many conflicts, please look into the loop copy issue when you have time 😄

@Manishearth Manishearth merged commit 82a9a7d into servo:master Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.