gvhung / as3mp3streamplayer

Automatically exported from code.google.com/p/as3mp3streamplayer
0 stars 0 forks source link

Stereo stream output is mono sound. #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play a stereo stream.
2.
3.

What is the expected output? What do you see instead?
The stream sound output is in mono, instead of stereo.

What version of the product are you using? What player environment did you
test in? What version?
Nov 17, 2008

Please provide any additional information below.

Original issue reported on code.google.com by daan.de...@gmail.com on 26 Nov 2008 at 7:33

GoogleCodeExporter commented 9 years ago
I wonder that too, can i play in stereo ?

Original comment by protot...@gmail.com on 9 Apr 2009 at 2:16

GoogleCodeExporter commented 9 years ago
Since this issue came in I did not have alot of time to figure out what is 
happening. I did a few tests but could not figure it out quickly. If anyone 
finds 
out what the problem is, let me know.

Original comment by eeco...@gmail.com on 9 Apr 2009 at 7:59

GoogleCodeExporter commented 9 years ago
We are also looking into this 

Original comment by protot...@gmail.com on 9 Apr 2009 at 8:10

GoogleCodeExporter commented 9 years ago
I am very rusty on my AS skills and new to AS3, but I thought I read something 
about
streams being mono by default.

I also just found this on the web as a means to set stereo sound:

http://www.partnersinrhyme.com/contact/tutorials.php?sub=Flash&cat=Adding%20Audi
o%20to%20Projects&sno=67

Original comment by baige...@gmail.com on 23 Apr 2009 at 1:14

GoogleCodeExporter commented 9 years ago
Seems interesting

Original comment by protot...@gmail.com on 23 Apr 2009 at 7:22

GoogleCodeExporter commented 9 years ago
maybe this helps:

in the MP3StreamPlayer Class there is a _createDefineSoundTag() function on 
line 677

Set the soundtype property: 
defineSound.soundType = SoundInformation.TYPE_STEREO;

:-)

Original comment by clenn.m...@gmail.com on 6 Apr 2010 at 12:50

GoogleCodeExporter commented 9 years ago
I've comitted the changes to the trunk.

Original comment by clenn.m...@gmail.com on 7 Apr 2010 at 10:27

GoogleCodeExporter commented 9 years ago
did it convert mono to stereo ?

Original comment by protot...@gmail.com on 7 Apr 2010 at 11:25

GoogleCodeExporter commented 9 years ago
This indeed fixed the stereo problem

Original comment by eeco...@gmail.com on 8 Apr 2010 at 8:07

GoogleCodeExporter commented 9 years ago
Very nice, thanks guys!

Original comment by daan.de...@gmail.com on 8 Apr 2010 at 9:45

GoogleCodeExporter commented 9 years ago
thanks very much! saved my day!

Original comment by dimitris...@gmail.com on 22 Apr 2010 at 1:40