Exemplo n.º 1
0
PCM::PCM() {
    initPCM( 2048 );

    #ifdef DEBUG
    std::cerr << "[PCM] MAX SAMPLES:" << maxsamples << std::endl;
    #endif
  }
Exemplo n.º 2
0
PCM::PCM(const pm_config &settings) :
settings(settings)
{
    initPCM( 2048 );

    #ifdef DEBUG
    std::cerr << "[PCM] MAX SAMPLES:" << maxsamples << std::endl;
    #endif
  }