Added wav file viewer

Fileman open now allows going into subdirectories
Updated binary
This commit is contained in:
furrtek 2017-10-15 15:53:40 +01:00
parent 40a71d32a2
commit 6e7b2c751f
11 changed files with 397 additions and 11 deletions

View file

@ -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();