TooTallNate / node-speaker

Output PCM audio data to the speakers
648 stars 145 forks source link

TypeScript missing "device" option #149

Open ncpleslie opened 4 years ago

ncpleslie commented 4 years ago

index.d.ts is missing "device" in the Options interface. What is needed to fix this is adding the following after line 9:

readonly device?: string;