Method | Description | |
---|---|---|
SampleBuffer ( int sample_frequency, int number_of_channels ) : System |
Constructor
|
|
append ( int channel, short value_Renamed ) : void |
Takes a 16 Bit PCM sample.
|
|
appendSamples ( int channel, float f ) : void | ||
clear_buffer ( ) : void |
*
|
|
close ( ) : void | ||
set_stop_flag ( ) : void |
*
|
|
write_buffer ( int val ) : void |
Write the samples to the file (Random Acces).
|
public SampleBuffer ( int sample_frequency, int number_of_channels ) : System | ||
sample_frequency | int | |
number_of_channels | int | |
return | System |
public append ( int channel, short value_Renamed ) : void | ||
channel | int | |
value_Renamed | short | |
return | void |
public appendSamples ( int channel, float f ) : void | ||
channel | int | |
f | float | |
return | void |