Bugfix: wave file samplerate and size not being written

This commit is contained in:
furrtek 2017-03-03 16:15:49 +00:00
parent 09611ba9eb
commit aec41cab91
3 changed files with 5 additions and 6 deletions

View file

@ -155,7 +155,6 @@ public:
private:
uint32_t sampling_rate { 0 };
uint32_t bytes_written { 0 };
Optional<File::Error> update_header();
};