x


Streamed stereo music will play in mono

Hi,

I have a problem with stereo sound since we upgraded to Unity 2.6.

When I save my stereo music as .ogg files, and use WWW.audioClip to play it, the music only plays in mono. I believe this is caused because Unity is now able to play stereo files in 3D, and think the music should be played in 3D as well. Unfortunately when Unity plays a stereo sound in 3D, it blend the left and right channel into one mono signal, causing my music to play mono.

Anybody came accross this problem? How can we tell Unity to DON'T play a stereo file played through WWW.audioClip in 3D?

Many thanks!

more ▼

asked Dec 15 '09 at 03:02 PM

Phil 1 gravatar image

Phil 1
41 1 1 4

(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

Unfortunately, in 2.6 this is not possible. In 3.0, you can set panLevel = 1.0f on the AudioSource to get it to play in stereo (2D).

more ▼

answered Sep 28 '10 at 03:59 PM

Sren Christiansen gravatar image

Sren Christiansen
254 1 7

(comments are locked)
10|3000 characters needed characters left

is there any resolution to this? i'm using www.oggVorbis and experiencing the same thing. the biggest drag about this is that the www class seems to be the only way to import an audio file at runtime... and it is preventing the imported file from being in stereo.

more ▼

answered Jul 22 '10 at 11:09 PM

jared gravatar image

jared
63 1 2 4

(comments are locked)
10|3000 characters needed characters left

Have you tried to use the AudioImporter class? It's and editor class and the only place I know of that has 3D/force mono settings.

AudioImporter reference

more ▼

answered Mar 22 '10 at 12:05 PM

JC gravatar image

JC
90 4 4 12

AudioImporter is an editor class, and as such probably couldn't be used in the way that the OP wants at run time.

May 03 '10 at 10:06 PM Tetrad
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1031
x181

asked: Dec 15 '09 at 03:02 PM

Seen: 1334 times

Last Updated: Dec 15 '09 at 03:02 PM