I have used the Superpowered library to record audio. It records the audio in stereo. I want to change channel of recorded audio from stereo to mono. How can we change the audio channel for the recorded audio file using Superpowered or any other way?
Asked
Active
Viewed 462 times
1
-
Have you tried [`SuperpoweredStereoToMono`](http://superpowered.com/docs/_superpowered_simple_8h.html#a2e4fd6699e3ca40320333d5e14c014e3)? – Michael Nov 08 '16 at 13:34
-
Thanks @Michael for your suggestion. As you suggest I implemented the SuperpoweredStereoToMono. It changes the audio channel but slow down the audio too with noise. But i don't want to change the quality for the audio just want to change channel from stereo to mono as ffmpeg do. – Amit Thaper Nov 09 '16 at 07:39
-
Probably will be helpful for someone. Latest version of Superpowered seems support Mono recording http://superpowered.com/recorder-filter-progressive-download-improvements – kasurd Sep 22 '17 at 10:53
1 Answers
2
SuperpoweredRecorder always records in stereo.

Gabor Szanto
- 1,329
- 8
- 12
-
I know SuperpoweredRecorder records the track in stereo but i want to convert it to mono – Amit Thaper Dec 05 '16 at 04:47
-
-
@GaborSzanto what about using `SuperpoweredAndroidAudioIO` ? not help to record audio in mono? – Hossein Mobasher Jun 07 '17 at 22:10
-