audio-io
v0.1.0
Published
Interactions with the low-level audio callback in Node.js
Downloads
3
Maintainers
Readme
audio-io node module
This module provides low level input / output for audio in Node.js.
dependencies
IMPORTANT: Linux users will need to install libasound-dev
before portaudio can build properly:
sudo apt-get install libasound-dev
See http://portaudio.com/docs/v19-doxydocs/compile_linux.html
This module depends on portaudio, and will attempt to install the latest version if portaudio.h
is missing from /usr/local/include
. You may choose to install portaudio yourself from sources available on the portaudio webpage
To uninstall portaudio from your system, from the folder containing this readme file:
cd portaudio
sudo make uninstall
cd ..
TODO: finish readme