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

Allow the creation of audio graph nodes #11

Merged
merged 2 commits into from May 18, 2018
Merged

Allow the creation of audio graph nodes #11

merged 2 commits into from May 18, 2018

Conversation

@ferjm
Copy link
Member

ferjm commented May 18, 2018

No description provided.

@ferjm ferjm requested a review from Manishearth May 18, 2018
DynamicsCompressionNode,
GainNode,
IIRFilterNode,
OscillatorNode,

This comment has been minimized.

@Manishearth

Manishearth May 18, 2018

Member

ideally this would be OscillatorNode(f32) where the f32 is the initial frequency.

This comment has been minimized.

This comment has been minimized.

@Manishearth

Manishearth May 18, 2018

Member

Yeah.

Actually the way I was envisioning this was that DOM code would send Box<AudioNodeEngine> over, and servo-media doesn't know anything about the specific nodes.

This is tricky to make work across a process boundary though, so this works better I guess.

@ferjm ferjm merged commit a41615d into servo:master May 18, 2018
@ferjm ferjm deleted the ferjm:audio.node branch May 18, 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.