Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 1996 19:09:37 +0200
From:      Mark Murray <mark@grondar.za>
To:        Marco e Nello <root@hope.cnuce.cnr.it>
Cc:        multimedia@freebsd.org
Subject:   Re: We need source code - help! 
Message-ID:  <199609241709.TAA05543@grumble.grondar.za>

next in thread | raw e-mail | index | archive | help

Marco e Nello wrote:
> We are working on a multimedia thesis and now our problem is to find
> source code (c or c++ or similare) of applications that store in audio
> file (in any format) input from microphone  or line in.
> The thesis must be done on a freebsd workstation on which is installed a
> Soundblaster-16.

If you have built your kernel with soundblaster support (look in the
handbook - /usr/share/doc/handbook/*) then all you need to do is

# cat /dev/audio > some_file.au
(you'll need to halt it with a ^C) to make a .au (SUN) format sound file
and

# cat some_file.au > /dev/audio
to play it back. Easy!

M
--
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Finger mark@grondar.za for PGP key



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609241709.TAA05543>