 
    
   
Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial
   43            int device = 0, 
int bufferFrames = RT_BUFFER_SIZE, 
int nBuffers = 20 );
 
   66   void tick( 
const StkFloat sample );
 
   80   int readBuffer( 
void *buffer, 
unsigned int frameCount );
 
   87   unsigned int readIndex_;
 
   88   unsigned int writeIndex_;
 
  
void stop(void)
Stop the audio output stream.
void start(void)
Start the audio output stream.
void tick(const StkFloat sample)
Output a single sample to all channels in a sample frame.
~RtWvOut()
Class destructor.
STK realtime audio (blocking) output class.
Definition: RtWvOut.h:30
static StkFloat sampleRate(void)
Static method that returns the current STK sample rate.
Definition: Stk.h:145
An STK class to handle vectorized audio data.
Definition: Stk.h:275
RtWvOut(unsigned int nChannels=1, StkFloat sampleRate=Stk::sampleRate(), int device=0, int bufferFrames=RT_BUFFER_SIZE, int nBuffers=20)
Default constructor.
STK mutex class.
Definition: Mutex.h:36
STK audio output abstract base class.
Definition: WvOut.h:22
The STK namespace.
Definition: ADSR.h:6
Realtime audio i/o C++ classes.
Definition: RtAudio.h:279