On Feb 18 16:59:32, patrick keshishian wrote:
> Can someone point me to some docs explaining how I can record off of a
> uaudio device I plugged in?

Same as with any other device:
http://www.openbsd.org/faq/faq13.html#recordaudio

> [after plugging in uaudio device]
> uaudio0 at uhub0 port 3 configuration 1 interface 0 "E-MU Systems,
> Inc. E-MU 0202 | USB" rev 2.00/1.00 addr 3
> uaudio0: audio rev 1.00, 3 mixer controls
> audio1 at uaudio0
> 
> now what?

man aucat
man sndio, see DEVICE NAMES
aucat -f snd/1 -o /tmp/rec.wav

On Feb 18 22:36:45, patrick keshishian wrote:
> I should have been more specific with my question and subject line: I
> don't see where aucat's "-f device" values are documented.

In man sndio(7), which man aucat(1) tells you to read.

> Googling finds old (google-cached) current.html pages, circa 2009,

Howls of derisive laughter, Bruce!

> A bit more googling finds this post[1] suggesting addition of "-z 256"
> [1] http://old.nabble.com/aucat-bug-in-4.8-beta-i386---td29333138.html
> to aucat, which seems to make things work.
> $ aucat -z 256 -f sun:1 -o /tmp/test.wav

-z specifies the blocksize;
that alone doesn't make the audio device record or not.

Also, a lot has changed in sndio since 4.8 beta.
Don't google around, just read the FM.

Reply via email to