You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy all y'all, I'm sorry for what will probably be a very newbie question but I can't seem to find my way forward. I've taken example/main.go and aplay works without problem:
dalem@QnD3:~/go/src/goLang/src/beepOto/1-hello-beep/a$ aplay ../Lame_Drivers_-01-Frozen_Egg.mp3
Playing raw data '../Lame_Drivers-01-_Frozen_Egg.mp3' : Unsigned 8 bit, Rate 8000 Hz, Mono
but oto fails with:
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2564:(snd_pcm_open_noupdate) Unknown PCM default
Any help you can provide is very much appreciated! [email protected]
The text was updated successfully, but these errors were encountered:
Howdy all y'all, I'm sorry for what will probably be a very newbie question but I can't seem to find my way forward. I've taken example/main.go and aplay works without problem:
but oto fails with:
Any help you can provide is very much appreciated!
[email protected]
The text was updated successfully, but these errors were encountered: