Version 4.4.3

This commit is contained in:
Gary Scavone
2013-09-29 23:21:29 +02:00
committed by Stephen Sinclair
parent baca57040b
commit 0aec39260a
223 changed files with 26190 additions and 11130 deletions

View File

@@ -63,8 +63,8 @@ int main( int argc, char *argv[] )
// Open the soundfile for output. Other file format options
// include: FILE_SND, FILE_AIF, FILE_MAT, and FILE_RAW. Other data
// type options include: STK_SINT8, STK_SINT32, StkFloat32, and
// StkFloat64.
// type options include: STK_SINT8, STK_INT24, STK_SINT32,
// STK_FLOAT32, and STK_FLOAT64.
try {
output.openFile( argv[2], channels, FileWrite::FILE_WAV, Stk::STK_SINT16 );
}