Analog audio app m4 guru meditation bug (#18)

* Update analog_audio_app.cpp (#353)

* Update analog_audio_app.cpp
This commit is contained in:
Erwin Ried 2020-05-08 15:01:03 +02:00 committed by GitHub
parent ff5db151b4
commit 69515d702d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,7 @@ AnalogAudioView::~AnalogAudioView() {
// both?
audio::output::stop();
receiver_model.set_sampling_rate(3072000); // Just a hack to avoid hanging other apps if the last modulation was SPEC
receiver_model.disable();
baseband::shutdown();