~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-common/src/audio/pulseaudio/pulselayer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-04-05 14:14:13 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110405141413-hbwbunfsxpn2rtre
Tags: 0.9.13-1
* New upstream release
  - remove Debian patch (applied upstream)
* Fix watch file
* Remove unnecessary versioned dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
 
250
250
    byteCounter = 0;
251
251
 
252
 
 
253
 
    // captureFile = new ofstream ("probeCaptureFile", ofstream::binary);
254
 
    // spkrFile = new ofstream ("probeSpkrFile", ofstream::binary);
255
 
 
256
252
    openLayer();
257
253
}
258
254
 
271
267
 
272
268
    delete AudioLayer::_audiofilter;
273
269
    AudioLayer::_audiofilter = NULL;
274
 
 
275
 
 
276
 
    // captureFile->close();
277
 
    // spkrFile->close();
278
 
 
279
 
    // delete captureFile;
280
 
    // delete spkrFile;
281
270
}
282
271
 
283
272
void