Added CU8 playback support (#3166)

This commit is contained in:
Totoo
2026-05-09 12:23:43 +02:00
committed by GitHub
parent 900d2f2482
commit f38ef4ebc8
6 changed files with 35 additions and 2 deletions
+1
View File
@@ -52,6 +52,7 @@ class FileConvertReader : public stream::Reader {
const File& file() const& { return file_; }
bool convert_c8_to_c16{};
bool convert_cu8_to_c16{};
protected:
File file_{};