mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 00:29:33 +00:00
Added wav file viewer
Fileman open now allows going into subdirectories Updated binary
This commit is contained in:
@@ -112,12 +112,14 @@ public:
|
||||
virtual ~WAVFileReader() = default;
|
||||
|
||||
bool open(const std::filesystem::path& path);
|
||||
void data_seek(const uint64_t Offset);
|
||||
void rewind();
|
||||
uint32_t ms_duration();
|
||||
//int seek_mss(const uint16_t minutes, const uint8_t seconds, const uint32_t samples);
|
||||
uint16_t channels();
|
||||
uint32_t sample_rate();
|
||||
uint32_t data_size();
|
||||
uint32_t sample_count();
|
||||
uint16_t bits_per_sample();
|
||||
std::string title();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user