mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 15:27:40 +00:00
Fix broken audio stats when audio is muted.
This commit is contained in:
@@ -52,7 +52,7 @@ void NarrowbandFMAudio::execute(const buffer_c8_t& buffer) {
|
||||
if( audio_present ) {
|
||||
fill_audio_buffer(audio);
|
||||
} else {
|
||||
mute_audio();
|
||||
mute_audio(audio);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user