mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 17:49:14 -04:00
Fix broken audio stats when audio is muted.
This commit is contained in:
parent
4ea84301c6
commit
eb5b2d7d30
3 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue