Don't send old PCM chunks to the client

This commit is contained in:
badaix 2015-08-12 00:22:56 +02:00
parent 30a88602dc
commit 0cc2c39357
5 changed files with 48 additions and 4 deletions

View file

@ -38,6 +38,12 @@ public:
/// Reads and decodes PCM data from a named pipe
/**
* Reads PCM from a named pipe and passed the data to an encoder.
* Implements EncoderListener to get the encoded data.
* Data is passed to the PipeListener
*/
class PipeReader : public EncoderListener
{
public: