mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 10:21:52 +00:00
Rename AudioThread -> CaptureThread.
...since it's doing baseband capturing too, and doesn't really know what kind of data it's moving.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "bitmap.hpp"
|
||||
|
||||
#include "audio_thread.hpp"
|
||||
#include "capture_thread.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
@@ -55,7 +55,7 @@ private:
|
||||
static constexpr uint32_t sampling_rate = 4000000;
|
||||
static constexpr uint32_t baseband_bandwidth = 2500000;
|
||||
|
||||
std::unique_ptr<AudioThread> capture_thread;
|
||||
std::unique_ptr<CaptureThread> capture_thread;
|
||||
|
||||
void on_record();
|
||||
|
||||
|
Reference in New Issue
Block a user