You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is function ma_calculate_channel_position_rectangular_weight() only support ma_standard_channel_map_default channel map? when I try to play a vorbis 5.1 sound, I get only 4 channel. When I change ma_stbvorbis_get_data_format() 's code
if (pChannelMap != NULL) { ma_channel_map_init_standard(ma_standard_channel_map_vorbis, pChannelMap, channelMapCap, pVorbis->channels);
to ma_standard_channel_map_default, I can get the expected result.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is function
ma_calculate_channel_position_rectangular_weight()
only supportma_standard_channel_map_default
channel map? when I try to play a vorbis 5.1 sound, I get only 4 channel. When I changema_stbvorbis_get_data_format()
's codeto
ma_standard_channel_map_default
, I can get the expected result.Beta Was this translation helpful? Give feedback.
All reactions