mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-08 17:55:00 -04:00
Semi-naive audio recording to SD card.
This commit is contained in:
parent
c01f2d82e1
commit
59f1a32566
10 changed files with 227 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue