SF_File_Output

Sonic Flow Blocks Reference Guide

The purpose of SF_File_Output is to write out an audio signal file of the input signal. The output data is written as 16-bit PCM audio. Output files are written in AIFF (FIXME?) file format.

SF_File_Output (const char* name = 0);

This is the constructor of a SF_File_Output block. Following attributes of the class are specified in the constructor:

virtual ~SF_File_Output ();

This is the destructor.

virtual void finish ();
virtual void initialize ();
virtual void execute ();

The initialize - execute - finish chain of function calls is used to carry out the simulation of a block. See SF_Block.

enum Input_Indices {X};

enum Output_Indices {};

const char* get_file_name ();

void set_file_name (const char* file_name);


Last modified: Wed Dec 2 13:28:47 1998
jarno.seppanen@cs.tut.fi
Audio Research Group