Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yarrina.connect.com.au!classic.iinet.com.au!news.uoknor.edu!ns1.nodak.edu!netnews.nwnet.net!news.uoregon.edu!usenet.eel.ufl.edu!gatech!howland.reston.ans.net!nntp.crl.com!decwrl!svc.portal.com!news1.best.com!usenet From: Amancio Hasty <hasty@star-gate.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: audio questions Date: 9 May 1995 06:03:13 GMT Organization: FreeBSD Hackers R Us Lines: 23 Message-ID: <3on0j1$lf9@news1.best.com> References: <9505061341.AA16793@akela.src.honeywell.com> NNTP-Posting-Host: hasty.vip.best.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.1N (X11; I; BSD/386 uname failed) X-URL: news:9505061341.AA16793@akela.src.honeywell.com englehar@src.honeywell.com (Matt Englehart) wrote: >xcdplayer, cda, and xmcd appear to only handle scsi cdroms on FreeBSD. >I have a Panasonic 562 CDROM, which is not a SCSI, and uses the matcd driver. >Do you know of any source code for a program >that can play audio CDROM's from the matcd on the latest snapshot of >FreeBSD? > >Also, are there any programs for using the Sound Blaster Pro sound card to >do things like record and mix? > >Thanks, > Sure if you include the sound driver in the kernel: cat file.au >/dev/audio (to playback) cat /dev/audio> foo.au (to record) Look around in freebsd.cdrom.com:/pub/FreeBSD/FreeBSD-current/ports/audio Cheers, Amancio