# node-asound

> List available ALSA playback and recording devices and (soon) set volume settings

Latest version **0.1.2** (published 2016-07-13) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install node-asound
pnpm add node-asound
yarn add node-asound
bun add node-asound
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2016-07-13 |
| First published | 2016-07-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | AP Fritts |
| Maintainers | apfritts |
| Keywords | asound, alsa, node |

## Links

- npm: https://www.npmjs.com/package/node-asound
- Repository: https://gitlab.com/apfritts/node-asound
- Homepage: https://gitlab.com/apfritts/node-asound#README
- Issues: https://gitlab.com/apfritts/node-asound/issues
- npm.io page: https://npm.io/package/node-asound

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2016-07-13
- 0.1.0 — 2016-07-12

## README

# node-asound

This module will read settings from ALSA and have the ability to change them. It
is being written to assist with the Maia project.

## Installation

    npm install --save node-asound

## Future Development

I will be working on allowing this module to generate the /etc/asound.conf file
and control ALSA using the `amixer` program.

This program will **NOT** play back files or record. There are plenty of other
node packages to do that.

## Contributing

Contributions are welcome and greatly appreciated. Please include some unit
tests. ;)

---
_Source: https://npm.io/package/node-asound · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
