Reputation: 193
Is it possible to get the number of channels of a .wav file using the SuperpoweredDecoder? I need this information for doing offline processing of .wav files with the superpowered sdk on android.
Thanks in advance!
Upvotes: 1
Views: 130
Reputation: 193
According to https://github.com/superpoweredSDK/Low-Latency-Android-Audio-iOS-Audio-Engine/issues/141 the SuperpoweredDecoder always emits stereo audio.
Upvotes: 1