processing / processing-sound-archive

Archived Sound Library for Processing
125 stars 62 forks source link

SoundFile playing only one of the two channels of a mp3 stereo file #91

Open mgasnier opened 8 years ago

mgasnier commented 8 years ago

SoundFile object is playing only one of the two channels of a mp3 stereo file. with the following source code: SoundFile sample; sample = new SoundFile(this, "roly.mp3"); sample.play();

and the following version: -sound 1.3.2 -processing 3.1.2 -OS X El Capitain 10.11.6

Note that this problem does not occure with the "beat.aiff" file given as an example.

jacogasp commented 7 years ago

Hi, same problem here. Did you find a solution?

mgasnier commented 7 years ago

Hi, no, i did not find solution for mp3, so i kept playing aiff

trkkazulu commented 7 years ago

I also have thiz problem. I'm in processing 3. Has anyone found a solution?

wirsing commented 7 years ago

Hi @trkkazulu @mgasnier @JacoGasp. I can't seem to reproduce that problem, I just tested the attached file and it works. Could you test this file and verify you can just hear one channel? test.mp3.zip