fix channel related things

This commit is contained in:
Nishi 2026-01-27 16:29:09 +09:00
commit 2956a2cf88
Signed by: nishi
GPG key ID: 27EF69B208EB9343
8 changed files with 34 additions and 10 deletions

View file

@ -179,8 +179,13 @@ struct _GSSound {
GSFile file;
void* opaque1;
void* opaque2;
void* opaque1;
void* opaque2;
int from_channel;
ma_channel_converter_config converter_config;
ma_channel_converter converter;
int from_samplerate;
ma_resampler_config resampler_config;
ma_resampler resampler;