Results 124 comments of Sebastien Piquemal
trafficstars

I remember considering this solution, but discarding it ... but I can't remember exactly why! I think there is no support for typed arrays in workers, but not sure about...

Amazing!!! Great one! I've seen a few things that I could edit. Just make a pull request, and I'll edit everything in one commit so you can see what I...

Yes, so the way to go is add a `prebublish` and a `pretest` task (https://www.npmjs.org/doc/misc/npm-scripts.html) and the `build` folder should be added to `.gitignore`. So basically the build folder will...

> I used some default parameters for the functions, some arrow functions to remove that = this Great! > I think we could use es6 Symbol for enum like properties,...

Hey! I haven't tried recording audio, so sorry but I can't recommend anything.

In fact AudioParam and AudioNode use the same base 'DspObject' .... so maybe they should all stay in the library (including AudioBuffer)

Hi Denys, Alternatively to using Meyda, you could use one of the many JavaScript / Node FFT libraries, and put it in a ScriptProcessorNode. That should be very easy to...

There is examples ... but true, there could be more, and there could be a clearer link in the README. However, the specific section you are referring to is about...

No ... it was a dependency of the library at the beginning, but I since changed my mind : 1) there is no reason to tie this with node-speaker as...

@devongovett amazing!!! Thanks a lot for this :) it will help me a lot indeed! I'll refactor to use those new features immediately.