Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-audio-devices

On Windows 7 and superior, get a native alternative to navigator.mediaDevices.enumerateDevices() to get audio capture and render devices.

npm install windows-audio-devices
const { getAudioDevices } = require('windows-audio-devices')
const audioDevicesArray = getAudioDevices()

Returns an array of objects structured as below:

{
  "kind": "'audioinput' or 'audioutput'"
  "device": "Complete device name",
  "friendly": "Shortened friendly name for display",
  "default": "Boolean representing default system choice"
}

License

MIT, please see LICENSE for details. Copyright (c) Aircall.io

About

Get audio capture and render devices for Windows 7 and superior

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages