added pcmReaderFactory

This commit is contained in:
badaix 2016-01-21 21:54:34 +01:00
parent 48627f2ec0
commit b46b5efde4
10 changed files with 172 additions and 7 deletions

View file

@ -44,6 +44,7 @@ PipeReader::PipeReader(PcmListener* pcmListener, const msg::SampleFormat& sample
PipeReader::~PipeReader()
{
close(fd_);
}