fix: fixed mpg123_read() logic

This commit is contained in:
2026-03-05 14:28:23 +01:00
parent e22478445d
commit d1b57aae82
4 changed files with 77 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ struct MP3File
double duration;
size_t buffer_size;
unsigned char* buffer;
size_t leftSamples;
int remaining_samples;
size_t offset;
};