mirror of
https://github.com/thestk/stk
synced 2026-01-15 14:01:52 +00:00
Release 4.4.3 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
cfdfe7736a
commit
f13d5bb3cd
@@ -60,8 +60,8 @@ bool </td><td class="memItemRight" valign="bottom"><a class="el" href="clas
|
||||
<p>STK audio file output class. </p>
|
||||
<p>This class provides output support for various audio file formats.</p>
|
||||
<p><a class="el" href="classstk_1_1FileWrite.html" title="STK audio file output class.">FileWrite</a> writes samples to an audio file. It supports multi-channel data.</p>
|
||||
<p><a class="el" href="classstk_1_1FileWrite.html" title="STK audio file output class.">FileWrite</a> currently supports uncompressed WAV, AIFF, AIFC, SND (AU), MAT-file (Matlab), and STK RAW file formats. Signed integer (8-, 16-, and 32-bit) and floating- point (32- and 64-bit) data types are supported. STK RAW files use 16-bit integers by definition. MAT-files will always be written as 64-bit floats. If a data type specification does not match the specified file type, the data type will automatically be modified. Compressed data types are not supported.</p>
|
||||
<p>by Perry R. Cook and Gary P. Scavone, 1995 - 2010. </p>
|
||||
<p><a class="el" href="classstk_1_1FileWrite.html" title="STK audio file output class.">FileWrite</a> currently supports uncompressed WAV, AIFF, AIFC, SND (AU), MAT-file (Matlab), and STK RAW file formats. Signed integer (8-, 16-, 24-, and 32-bit) and floating- point (32- and 64-bit) data types are supported. STK RAW files use 16-bit integers by definition. MAT-files will always be written as 64-bit floats. If a data type specification does not match the specified file type, the data type will automatically be modified. Compressed data types are not supported.</p>
|
||||
<p>by Perry R. Cook and Gary P. Scavone, 1995-2011. </p>
|
||||
<hr/><h2>Constructor & Destructor Documentation</h2>
|
||||
<a class="anchor" id="a207f10bba60355fe3dc62dc837edee46"></a><!-- doxytag: member="stk::FileWrite::FileWrite" ref="a207f10bba60355fe3dc62dc837edee46" args="(std::string fileName, unsigned int nChannels=1, FILE_TYPE type=FILE_WAV, Stk::StkFormat format=STK_SINT16)" -->
|
||||
<div class="memitem">
|
||||
@@ -248,7 +248,7 @@ bool </td><td class="memItemRight" valign="bottom"><a class="el" href="clas
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
<tr><td>©1995-2011 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user