serenadeai / speech-recorder

speech-recorder is a node.js module for streaming audio from a device's microphone and filtering for speech.
MIT License
87 stars 20 forks source link

Use static libraries for PortAudio #8

Closed tmacwill closed 3 years ago

tmacwill commented 3 years ago

compile with static libraries for PortAudio rather than shared libraries. also use static path to node addon rather than the bindings module, which doesn't work consistently on windows.