Path: news.mathworks.com!not-for-mail
From: "Rob Purser" <rob.purser@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: creating a large wav file
Date: Tue, 26 Feb 2008 12:34:02 +0000 (UTC)
Organization: The MathWorks Inc
Lines: 8
Message-ID: <fq10vq$1am$1@fred.mathworks.com>
References: <fq0v1v$ctm$1@fred.mathworks.com>
Reply-To: "Rob Purser" <rob.purser@mathworks.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1204029242 1366 172.30.248.35 (26 Feb 2008 12:34:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 26 Feb 2008 12:34:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 285775
Xref: news.mathworks.com comp.soft-sys.matlab:453714


You can use the soundcard support built into the Data
Acquisition Toolbox to process and store the data as it
comes in, and you can control the fidelity and bitdepth of
the recording to meet your storage needs.

See http://www.mathworks.com/products/daq/

-Rob