0.1.2 • Published 8 years ago

@terraswarm/audio-io v0.1.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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