https://github.com/squat/alsa-utils
A multi-arch Docker image for alsa-utils
https://github.com/squat/alsa-utils
Last synced: 5 months ago
JSON representation
A multi-arch Docker image for alsa-utils
- Host: GitHub
- URL: https://github.com/squat/alsa-utils
- Owner: squat
- License: apache-2.0
- Created: 2021-09-16T16:59:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T17:00:25.000Z (almost 5 years ago)
- Last Synced: 2025-07-08T14:06:57.213Z (12 months ago)
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alsa-utils
[](https://github.com/squat/alsa-utils/actions?query=workflow%3ACI)
[](https://hub.docker.com/repository/docker/squat/alsa-utils)
This repository defines a multi-arch Docker image for [alsa-utils](https://github.com/alsa-project/alsa-utils).
## Usage
```bash
mkfifo fifo
docker run --rm --device=/dev/snd -v $(pwd):/var/lib/alsa-utils squat/alsa-utils arecord /var/lib/alsa-utils/fifo
```