AudioNet / node-core-audio

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

Remove unused modules #59

Closed doesdev closed 6 years ago

doesdev commented 8 years ago

This commit simply removes the unused modules audio-streamer, node-waveheader, and portfinder. It also removes the unused method createAudioHub as it calls audio-streamer.

Pardon all the line ending changes, the only substantive change to node-core-audio.js is the removal of createAudioHub, I've just got Atom set to trim line endings.