2015-04-19 23:50:52

I was wondering if anyone has a 3d sound pool? I don't need one that is like a wrapper for the base library or anything, I just need one like the one Sam tupy uses in stw and Sammy center which changes the pitch and volume of sounds.

2015-04-20 02:11:05

I think there was one on blastbay's forums. Problem is, it would be as confusing as ultrapower used to be, with pitch being relative only to the up and down, but the forward and backward would have no distinction. You'd have to code a bunch of crap for that, and you'd probably need a dll by that point, to make it sound real. I do need to actually look at that.

----------
An anomaly in the matrix. An error in existence. A being who cannot get inside the goddamn box! A.K.A. Me.

2015-04-20 03:17:27

well good news, is that mine is free. http://www.samtupy.com/dev

I am a web designer, and a game developer. If you wish see me at http://www.samtupy.com

2015-04-20 23:59:38

what does yours do, sam.

----------
An anomaly in the matrix. An error in existence. A being who cannot get inside the goddamn box! A.K.A. Me.

2015-04-21 17:51:28

Some time ago a real 3D sound system was made for BGT with a FMODEx wrapper, but it was full of bugs... The project can still be found and finished. It was also giving more file format support like MP3 and all smile

2015-04-24 01:55:45

Mine is just an extreamily simple 3d pool, no geomitry or anything, just x, y, and z poses.

I am a web designer, and a game developer. If you wish see me at http://www.samtupy.com

2015-04-26 14:53:42

How does your 3d soundpool modify the sound playback, Sam? Does it do anything at all?

ReferenceError: Signature is not defined.

2015-04-26 18:11:42

Not sure how you mean. It's just like how in the default sound pool you have x and y, and it moves the sound acordingly, but this has the added z coordinate. Z+ for up, and z- for down.

I am a web designer, and a game developer. If you wish see me at http://www.samtupy.com

2015-04-29 23:14:18

but how does the sound change. Pitch? Volume? What does it do to make it 3d.

----------
An anomaly in the matrix. An error in existence. A being who cannot get inside the goddamn box! A.K.A. Me.

2015-04-30 05:36:20

ah I get ya. pitch with the pitch behind decrease, it decreases a certain amount with backwards, plus a certain amount for if you are higher than the sound.

I am a web designer, and a game developer. If you wish see me at http://www.samtupy.com