fix channel related things
This commit is contained in:
parent
feb686e155
commit
2956a2cf88
8 changed files with 34 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue