akshaynawale / mp3playergo

Basic MP3 player written in Go for running on Raspberry Pi with Sense Hat. This player will accept input from sense hat joystick for controls.
1 stars 1 forks source link

PulseAudio Support #2

Open coxley opened 4 years ago

coxley commented 4 years ago

https://github.com/akshaynawale/mp3playergo/blob/master/sound.go#L16

sound.go assumes ALSA by shelling out to amixer. Everyone knows PulseAudio is what cool kids use now.

ndsullivan8 commented 4 years ago

That's a feature...

akshaynawale commented 4 years ago

Lets add that to our roadmap ;) for next half.