Sign inSign up

knickers/audacity

By knickers

•Updated over 8 years ago

The audio editor Audacity, with working sound!

Image
3

2.3K

knickers/audacity repository overview

⁠Audacity

If you're using pulseaudio for sound, you need to also configure ALSA to work properly.

Dynamically enable/disable pulseaudio

Change the default sound device

The run command is available as a shell script

Here is the run command

docker run --rm \
	-u $(id -u):$(id -g) \
	-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
	-v /dev/snd:/dev/snd \
	-v "$HOME:$HOME" \
	-w "$HOME" \
	-e DISPLAY="unix$DISPLAY" \
	-e HOME \
	$(find /dev/snd/ -type c | sed 's/^/--device /') \
	knickers/audacity "$@"

Tag summary

Content type

Image

Digest

sha256:fbe7d3c6a…

Size

82.3 MB

Last updated

over 8 years ago

docker pull knickers/audacity