@terraswarm/audio-io

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i @terraswarm/audio-io

Weekly Downloads

2

Version

0.1.2

License

BSD-3-Clause

Last publish

Collaborators

  • terraswarm