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 upFull OscillatorNode support #42
Closed
Comments
|
I am reserving this for a group of NCSU students to work on. |
|
media/audio/src/oscillator_node.rs Line 120 in 3292937 |
|
Part of this work was completed in #163. The remaining bits are tracked in servo/servo#22364 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we implement only the generation of sine waves, but there are other sine wave types that we need to implement, including the periodic waveform. This is not a high priority at the moment though.