AudioNet / node-core-audio

Bindings for PortAudio giving JavaScript access to sound card samples (mostly unmaintained)
MIT License
330 stars 67 forks source link

Add std namespace use #41

Closed xseignard closed 9 years ago

xseignard commented 9 years ago

On linux, the lib won't install because of the use of std functions (memcpy and sleep) without declaring the std namespace.

ZECTBynmo commented 9 years ago

Thank you