mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-04-05 21:25:52 -04:00
Re-add MicTX workaround (#1170)
This commit is contained in:
parent
7ebf3d3cdd
commit
f83027d451
@ -595,6 +595,12 @@ MicTXView::MicTXView(
|
||||
}
|
||||
};
|
||||
|
||||
// These shouldn't be necessary, but because
|
||||
// this app uses both transmitter_model and directly
|
||||
// configures the baseband, these end up being required.
|
||||
transmitter_model.set_sampling_rate(sampling_rate);
|
||||
transmitter_model.set_baseband_bandwidth(1750000);
|
||||
|
||||
set_tx(false);
|
||||
|
||||
audio::set_rate(audio::Rate::Hz_24000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user