Audio file get left/right channels
问题 After a lot of research, I can't find a clear answer. What I want to achieve is: take an mp3/wav file and save its left and right channels to 2 byte[]. Then I can manipulate each channel and then add them up again and create a new wav file. (preferably the solution to be in Java) Related question is split two channels of AudioRecord of CHANNEL_IN_STEREO. However this is using audiorecord, how to apply it to reading from audio file? Thanks 回答1: Well here is the program to read a 16 bit wave