Skip to content

Is this library similar to Tone.js? #45

Answered by nick-thompson
lumosminima asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @lumosminima thank you for the question and I'm terribly sorry for the delay. This library is indeed similar to Tone, and I think you've correctly pointed out some of the differences.

I was wondering where does this library fit is it lower level than tone.js? From some research it seems like this doesn't use much of web audio API and has it's own C++ engine which I would assume improves performance and is awesome.

It is lower level in that sense, yes! Tone is written using many of the web audio API nodes, whereas Elementary uses only a single WebAudioWorklet (when running in the web browser), and that worklet is running the C++ engine compiled to WASM. Because Elementary targets tha…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lumosminima
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants