0.0.7 • Published 7 years ago

audio-devices v0.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

audio-devices

get and set the current audio device on windows.

Build status codecov

Installing

$ npm install audio-devices --save

Features

  • Set the current audio device
  • Get a list of all audio devices(WIP!)

Example Usage

Set the current device to "Speakers"

const audioDevices = require('audio-devices');

audioDevices.setDevice('Speakers')
.then(() => {
  console.log('done!')
})
.catch((err) => {
  console.log('error', error)
})

ToDo

  • Add CLI
  • Find alternative to nircmd for getting audio devices

Known issues

  • Getting the list of audio devices opens a popup and isn't readable
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago