web-audio-api icon indicating copy to clipboard operation
web-audio-api copied to clipboard

Node.js implementation of Web audio API

Results 54 web-audio-api issues
Sort by recently updated
recently updated
newest added

On node interpreter: ``` > var waa = require('web-audio-api'); ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave [../deps/mpg123/src/output/alsa.c:165] error: cannot open device default Assertion failed: pcm && params (pcm_params.c: snd_pcm_hw_refine: 2290)...

Hi everyone, I've found this awesome repo and tried the magnificent code in it I know it's in an early stage of development, but I was trying it out and...

I haven't been able to maintain the library properly, since I haven't used it myself for quite a while :( I think it needs quite a big cleaning : -...

How to get the microphone level (average volume)? Help me, please!

It appears that the AudioContext sample rate is currently fixed at 44.1 kHz. Is there a current way to specify the sample rate in a script that uses this library,...

Specifically, please substitute "Create some audio nodes here to make some noise ..." comment by some real code. People who don't know/remember how to create audio nodes (or who don't...

Right now (dec 2014) it seems that even when using the `--harmony` flag, many ES6 features are not supported (including `class` which we need). So there's no point yet in...

enhancement

One idea is that nodes can be only proxies who send commands to the nodes in the DSP thread.

enhancement
BLOCKING

See http://blog.chrislowis.co.uk/2014/04/30/testing-web-audio.html

enhancement

Well, this is not really an issue. I tried to refactor your app using es6 class. https://github.com/ouhouhsami/node-web-audio-api/tree/es6 (last commit 8219f3b93a52ca371e0ec5250c97ee10e5c69191) - All tests pass even if there is a lot...