Thank you Troy! however, it does not even get to "trying pars...":
--------------------------------- # AUCAT_DEBUG=4 SIO_DEBUG=4 aucat -i ./sound.wav default: couldn't open audio device # AUCAT_DEBUG=4 SNDIO_DEBUG=4 aucat -i ./sound.wav _aucat_open: host= unit=0 devnum=0 opt=default /tmp/sndio-0/sock0: No such file or directory /tmp/sndio/sock0: connected _aucat_rmsg: eof aucat_init: mode refused /dev/audio0: Invalid argument default: couldn't open audio device ----------------------------------- sndiod is showing this in first window (output for one command after another): ----------------------------------------- sock(sock|ini): created listen(/tmp/sndio/sock0|ini): processed in 12288us sock,rmsg,widl: AUTH message helper: recv: cmd = 0, num = 0, mode = 3, fd = -1 helper: send: cmd = 3, num = 0, mode = 0, fd = -1 helper(helper|ini): processed in 117724us helper: recv: cmd = 0, num = 0, mode = 1, fd = -1 helper: send: cmd = 3, num = 0, mode = 0, fd = -1 helper(helper|ini): processed in 236610us sock,rmsg,widl: HELLO message sock,rmsg,widl: hello from <aucat>, mode = 1, ver 7 aucat0: reused snd0 pst=cfg: device requested worker: send: cmd = 0, num = 0, mode = 3, fd = -1 worker: recv: cmd = 3, num = 0, mode = 0, fd = -1 worker: send: cmd = 0, num = 0, mode = 1, fd = -1 worker: recv: cmd = 3, num = 0, mode = 0, fd = -1 worker: send: cmd = 0, num = 0, mode = 2, fd = -1 worker: recv: cmd = 3, num = 0, mode = 0, fd = -1 snd0 pst=cfg: rsnd/0: failed to open audio device sock,rmsg,widl: closing sock(sock|zom): destroyed sock(sock|zom): processed in 480270us helper: recv: cmd = 0, num = 0, mode = 2, fd = -1 helper: send: cmd = 3, num = 0, mode = 0, fd = -1 helper(helper|ini): processed in 121869us sock(sock|ini): created sock,rmsg,widl: AUTH message helper: recv: cmd = 0, num = 0, mode = 3, fd = -1 helper: send: cmd = 3, num = 0, mode = 0, fd = -1 helper(helper|ini): processed in 123518us helper: recv: cmd = 0, num = 0, mode = 1, fd = -1 helper: send: cmd = 3, num = 0, mode = 0, fd = -1 helper(helper|ini): processed in 235601us sock,rmsg,widl: HELLO message sock,rmsg,widl: hello from <aucat>, mode = 1, ver 7 aucat0: reused snd0 pst=cfg: device requested worker: send: cmd = 0, num = 0, mode = 3, fd = -1 worker: recv: cmd = 3, num = 0, mode = 0, fd = -1 worker: send: cmd = 0, num = 0, mode = 1, fd = -1 worker: recv: cmd = 3, num = 0, mode = 0, fd = -1 worker: send: cmd = 0, num = 0, mode = 2, fd = -1 worker: recv: cmd = 3, num = 0, mode = 0, fd = -1 snd0 pst=cfg: rsnd/0: failed to open audio device sock,rmsg,widl: closing sock(sock|zom): destroyed sock(sock|zom): processed in 482938us helper: recv: cmd = 0, num = 0, mode = 2, fd = -1 helper: send: cmd = 3, num = 0, mode = 0, fd = -1 helper(helper|ini): processed in 131729us On Mon, May 13, 2019 at 5:07 PM Troy Martin <[email protected]> wrote: > On Monday, May 13, 2019 at 1:54 PM, Juan Zuluaga wrote: > > sb0 at isa0 port 0x220/24 irq 5 drq 1: dsp v3.02 > > midi0 at sb0: <SB MIDI UART> > > audio0 at sb0 > > opl at sb0 not configured > > It appears you have an ISA Sound Blaster 16 of some sort. IIRC early > SB cards were unable to handle 48 kHz sample rates and would quietly > choke on them. Try running aucat as: > > # AUCAT_DEBUG=4 SIO_DEBUG=4 aucat -i ./sound.wav > > ...and see if it chokes on after "trying pars = 48000/16/6". > > -- > Troy > >

