Fix broken audio stats when audio is muted.

This commit is contained in:
Jared Boone 2016-01-10 11:34:06 -08:00
parent 4ea84301c6
commit eb5b2d7d30
3 changed files with 9 additions and 3 deletions

View file

@ -44,7 +44,7 @@ protected:
void feed_channel_stats(const buffer_c16_t& channel);
void fill_audio_buffer(const buffer_s16_t& audio);
void mute_audio();
void mute_audio(const buffer_s16_t& audio);
private:
ChannelStatsCollector channel_stats;