mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-08 15:12:39 -04:00
Added wav file viewer
Fileman open now allows going into subdirectories Updated binary
This commit is contained in:
parent
40a71d32a2
commit
6e7b2c751f
11 changed files with 397 additions and 11 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue