On Sat, Dec 03, 2011 at 12:11:15PM +0300, ws4v wrote:
> mpg321 and ogg123 won't to play anything because "No default libao
> driver available.". However, "pkg_info -a | grep libao" command will display
> "libao-1.1.0 portable audio output library".
>
> aucat and mplayer able to play files.
> N.B. On OpenBSD 4.6 I got sound without any problem.
>
> DAC.
sb(4) is half-duplex (but iirc claims being full-duplex), while aucat
tries to use full-duplex:
- do mpg321 and ogg123 work if you don't use aucat ?
- do mpg321 and ogg123 work if you run "aucat -l -m play"
could you start in one window:
SNDIO_DEBUG=1 aucat -dddd 2>/tmp/log
and in another window:
mpg321 /path/file.mp3
and then, wait 2-3 seconds, stop aucat, and send me /tmp/log ?
-- Alexandre