Skip to content

blue271828/docker-pulseaudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-pulseaudio

Requirements

This image needs the Mac having PulseAudio daemon. If you have not installed PulseAudio, please install it on your Mac using Homebrew as below:

$ brew bundle

Accecing to PulseAudio using TCP

Before running PulseAudio Docker image, start local PulseAudio with tcp module.

$ pulseaudio --load=module-native-protocol-tcp --exit-idle-time=-1 --daemon

After local PulseAudio daemon started, run PulseAudio image as followings. You are going to be attached to the running container.

$ docker-compose -f docker-compose build
$ docker-compose -f docker-compose.test.yml run pulseaudio /bin/bash

If you want to check that it can play wav audio file, you can try to play wav on started pulseaudio image:

$ wget https://www2.cs.uic.edu/~i101/SoundFiles/BabyElephantWalk60.wav
$ paplay BabyElephantWalk60.wav

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published