Archive for May, 2012

Could not open audio device for playback. with GStreamer on Rapsberry Pi

Sunday, May 13th, 2012

You can fix this error by explicitly setting the default audio device. For instance, put this:

pcm.!default {
 type hw
 card 0
}

ctl.!default {
 type hw
 card 0
}

in $HOME/.asoundrc