mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-06 08:45:01 -04:00
Push record file type support into RecordView.
This commit is contained in:
parent
68faccfd10
commit
3f36d8b7bf
4 changed files with 37 additions and 14 deletions
|
@ -143,7 +143,7 @@ private:
|
|||
|
||||
RecordView record_view {
|
||||
{ 0 * 8, 2 * 16, 30 * 8, 1 * 16 },
|
||||
"AUD_????", ".S16", 12, 2,
|
||||
"AUD_????", RecordView::FileType::WAV, 12, 2,
|
||||
};
|
||||
|
||||
spectrum::WaterfallWidget waterfall;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue