Semi-naive audio recording to SD card.

This commit is contained in:
Jared Boone 2016-02-09 17:49:17 -08:00
parent c01f2d82e1
commit 59f1a32566
10 changed files with 227 additions and 3 deletions

View file

@ -135,6 +135,8 @@ AnalogAudioView::AnalogAudioView(
audio::output::start();
update_modulation(static_cast<ReceiverModel::Mode>(modulation));
audio_thread = std::make_unique<AudioThread>("audio.s16");
}
AnalogAudioView::~AnalogAudioView() {