artsmixer.h

/* [<][>]
[^][v][top][bottom][index][help] */

FUNCTIONS

This source file includes following functions.
  1. artsmixer

#ifndef _ARTSMIXER_H
#define _ARTSMIXER_H

#include "mymixer.h"
#include <artsc/artsc.h>

class artsmixer : public mymixer {
/* [<][>][^][v][top][bottom][index][help] */
 public:
  int open(int rate = 44100);
  void Mix(short* buf, int samples);
  void close();
 private:
  arts_stream_t stream;
};

#endif

/* [<][>][^][v][top][bottom][index][help] */