serenadeai / speech-recorder

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

fix linking for dependencies #23

Closed tmacwill closed 2 years ago

tmacwill commented 2 years ago

use RPATH for dependencies on macOS and linux to fix an issue where libportaudio couldn't be found on some platforms. also restrict devices list to only input devices with a compatible host API.