1

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!

Sebastian
  • 183
  • 1
  • 12

1 Answers1

1

According to https://github.com/superpoweredSDK/Low-Latency-Android-Audio-iOS-Audio-Engine/issues/141 the SuperpoweredDecoder always emits stereo audio.

Sebastian
  • 183
  • 1
  • 12