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 upImplement DelayNode node #22369
Implement DelayNode node #22369
Comments
|
Is allocating vec of |
|
@Manishearth Any opinion on the previous question? |
|
Yes, except that DelayNodes are also a special part of how cycle handling works (cycles with delay nodes that delay for more than a block are allowed, and cycles without a delay node get one inserted). But the basic delay node implementation can be done as mentioned above. |
|
Me and my team will be taking on this issue with assistance from @jdm |
|
We are no longer working on this project, but our fork for this project is here: https://github.com/shainamainar/media/blob/master/audio/delay_node.rs There are some errors in compiling that we were unable to resolve, and since this was a semester project we will not be working as a team after today. |
This is required to implement servo/media#51.
Spec: https://webaudio.github.io/web-audio-api/#DelayNode