From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] * most USB audio devices MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 3 Jul 2002 22:43:47 -0400 Topicbox-Message-UUID: c1229fc2-eaca-11e9-9e20-41e7f4b1d025 On Fri Jun 28 09:32:22 EDT 2002, matt@proweb.co.uk wrote: > any clues as to which ones have been tested? > > I don't want to find : > the_one_I_get < most < all > > the one's I've found obviously don't trumpet "now works with plan9" on the > box > > Matt I've successfully used the Xitel MD-Port DG2, which is a USB -> TOSLINK device, enabling you to send digital audio to MiniDisc players and other audio equipment with TOSLINK inputs. E.g. it's possible to copy a CD to MiniDisc with % usb/usbaudio % echo audio 100 >/dev/volume % cdfs % cd /mnt/cd % for(a in a???){ cp $a /dev/audio sleep 1 } % --jim