Correct estimated capture time in C8 format (#1330)

* Correct capture time remaining for C8 format

* Removed unsupported RawS32 type

* Clang
This commit is contained in:
Mark Thompson
2023-07-31 10:02:11 -05:00
committed by GitHub
parent 91c6e3fc30
commit a24b3ad3de
2 changed files with 7 additions and 3 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ class RecordView : public View {
enum FileType {
RawS8 = 1,
RawS16 = 2,
RawS32 = 3,
WAV = 4,
WAV = 3,
};
RecordView(