mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-18 04:04:33 -05:00
For non-audio modes, don't bother muting audio.
It's assumed base class will start with audio muted.
This commit is contained in:
parent
d6f797540d
commit
4ea84301c6
@ -45,8 +45,6 @@ void AISProcessor::execute(const buffer_c8_t& buffer) {
|
|||||||
clock_recovery(mf.get_output());
|
clock_recovery(mf.get_output());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mute_audio();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AISProcessor::consume_symbol(
|
void AISProcessor::consume_symbol(
|
||||||
|
@ -78,8 +78,6 @@ void ERTProcessor::execute(const buffer_c8_t& buffer) {
|
|||||||
|
|
||||||
clock_recovery(data);
|
clock_recovery(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
mute_audio();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ERTProcessor::consume_symbol(
|
void ERTProcessor::consume_symbol(
|
||||||
|
@ -66,8 +66,6 @@ void TPMSProcessor::execute(const buffer_c8_t& buffer) {
|
|||||||
clock_recovery(mf.get_output());
|
clock_recovery(mf.get_output());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mute_audio();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TPMSProcessor::consume_symbol(
|
void TPMSProcessor::consume_symbol(
|
||||||
|
@ -61,8 +61,6 @@ void WidebandSpectrum::execute(const buffer_c8_t& buffer) {
|
|||||||
} else {
|
} else {
|
||||||
phase++;
|
phase++;
|
||||||
}
|
}
|
||||||
|
|
||||||
mute_audio();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WidebandSpectrum::on_message(const Message* const message) {
|
void WidebandSpectrum::on_message(const Message* const message) {
|
||||||
|
Loading…
Reference in New Issue
Block a user