mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 20:22:22 -04: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:
parent
b8196ee2be
commit
a6538bc48b
8 changed files with 20 additions and 20 deletions
|
@ -112,7 +112,7 @@ void CaptureAppView::on_record() {
|
|||
return;
|
||||
}
|
||||
|
||||
capture_thread = std::make_unique<AudioThread>(filename);
|
||||
capture_thread = std::make_unique<CaptureThread>(filename);
|
||||
button_record.set_bitmap(&bitmap_stop);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue