mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-17 19:00:41 -04:00
Merge 'upstream/master' - At least it builds...
This commit is contained in:
commit
5e40669cbc
298 changed files with 8122 additions and 4685 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "ui_receiver.hpp"
|
||||
#include "utility.hpp"
|
||||
#include "message.hpp"
|
||||
#include "wavfile.hpp"
|
||||
#include "io_wave.hpp"
|
||||
#include "ctcss.hpp"
|
||||
|
||||
namespace ui {
|
||||
|
@ -56,8 +56,7 @@ private:
|
|||
tx_modes tx_mode = NORMAL;
|
||||
|
||||
struct sound {
|
||||
std::string filename = "";
|
||||
std::string shortname = "";
|
||||
std::filesystem::path path { };
|
||||
bool sixteenbit = false;
|
||||
uint32_t sample_rate = 0;
|
||||
uint32_t size = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue