Sebastian
Sebastian

Reputation: 193

Get number of channels using SuperpoweredDecoder

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

Answers (1)

Sebastian
Sebastian

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

Related Questions