sound panning in GM:S
#1
Posted 22 May 2012 - 08:55 PM
#2
Posted 22 May 2012 - 09:05 PM
Russell
#3
Posted 22 May 2012 - 09:11 PM
There is no sound panning in GameMaker:Studio - in the current version at least, basically the API for audio has changed considerably and audio subsystems no longer handle just a stereo sound setup - in the future we will be revising the audio api and adding 3d sound back in, in a cross platform way, which will allow positioning sound in space, this will effectively bring back panning in a supportable fashion.
Russell
ok then looking forward to that
#4
Posted 22 May 2012 - 09:12 PM
I personally would be just fine with just pitch and pan as far as sound effects go. But this sounds even more promising!
#5
Posted 24 May 2012 - 09:59 PM
My current project is using 3D sound as the main feature of the APP.
Russell, will this feature be added in the near future?
I just don't wanna spend 298$ for something that can't provide my required features.
#6
Posted 24 May 2012 - 10:10 PM
Edit:
Some awesome guys over in Extensions got FMOD working for windows
http://gmc.yoyogames...howtopic=333705
This might let you do what you want.
Edited by Arusiasotto, 24 May 2012 - 10:18 PM.
#7
Posted 24 May 2012 - 10:41 PM
Sound has been a very large issue with GMS since inception. Not sure why you planned a 3D sound game when the program can barely handle stereo sound. Or why the program was released before it was completed. You may be able to tweak one of the windows extensions into working, but it would be windows only, and I can't guarantee they will ever work as they are.
Edit:
Some awesome guys over in Extensions got FMOD working for windows
http://gmc.yoyogames...howtopic=333705
This might let you do what you want.
Thanks for the reply.
I'm already capable of achieving a 3D sound and unfortunatly FMOD won't help since GM:S doesn't work with extensions.
This is why I asked if 3D sound support will be added, and when.
I'm using GM since version 3? (around 2001) and I was so excited when I heard about a cross-platform GM!
And so, this is probably the only thing between my wallet and GM:S.
#8
Posted 24 May 2012 - 11:01 PM
#9
Posted 24 May 2012 - 11:10 PM
#10
Posted 24 May 2012 - 11:16 PM
#11
Posted 25 May 2012 - 12:40 AM
Also for extensions, you could get one Dll, one Dylib, one Js extensions(and wathever Ios and Android uses), with the same, or close functions, and use gml scripts to handle wich one will be used at each platform, this way you would need just to code one time for all platform.
Ex:
changevolscript:
if os==os_mac{sounddylib_volume(argument0)}else{
if os==os_win{fmod_volume(argument0)}else{}//etc
}
#12
Posted 22 June 2012 - 12:20 AM
sound_3d_set_sound_position(snd,x,y,z) sound_3d_set_sound_velocity(snd,x,y,z) sound_3d_set_sound_distance(snd,mindist,maxdist) sound_3d_set_sound_cone(snd,x,y,z,anglein,angleout,voloutside)
I have no CLUE why people are saying GM has no 3D sound.
THERE ARE DOZENS OF FUNCTIONS FOR 3D SOUNDS.
#13
Posted 22 June 2012 - 01:49 AM
Take a quick look at the GM:Studio help file. Those methods are obsolete.sound_3d_set_sound_position(snd,x,y,z) sound_3d_set_sound_velocity(snd,x,y,z) sound_3d_set_sound_distance(snd,mindist,maxdist) sound_3d_set_sound_cone(snd,x,y,z,anglein,angleout,voloutside)
I have no CLUE why people are saying GM has no 3D sound.
THERE ARE DOZENS OF FUNCTIONS FOR 3D SOUNDS.
#14
Posted 22 June 2012 - 02:57 AM
I do not know any details of what is planned.
More like "I cannot tell you about the exciting features being planned for the future."
#15
Posted 22 June 2012 - 03:46 AM
Given his job description I would not find it surprising at all if he didn't know
I do not know any details of what is planned.
More like "I cannot tell you about the exciting features being planned for the future."
#16
Posted 22 June 2012 - 07:33 AM
#17
Posted 22 June 2012 - 07:28 PM
I realise that Chrome has sound issues of its own, and Firefox probably likewise. But is there any prospect of getting a more authentic sound reproduction in HTML5 given the browser issues?
#18
Posted 22 June 2012 - 09:33 PM
Can't wait! I last heard it was "being worked on," is there any sort of ETA(I know, I know, you guys hate this question). But really, Q3, Q4?Yes... the new sound system is a "proper" one that will allow full control over audio.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











