GLBasic forum

Main forum => GLBasic - en => Topic started by: ala_samodi on 2007-Feb-07

Title: Some nice commands if you add it
Post by: ala_samodi on 2007-Feb-07
Does GLBasic support 3D Sound , Can I add sound listener to my game?
Can GLBasic support other sound formats like : mp3,... ?

it would be nice to add more sound commands like :

X_LOAD3DSOUND filename,buffer,number
X_POSITION3DSOUND number,X#,Y#,Z#
X_CREATE3DSOUNDLISTENER number
X_POSITION3DSOUNDLISTENER number,x#,Y#,Z#
X_PARENT3DSOUND number,objnumber
X_PARENT3DSOUNDLISTENER number,objnumber

I hope you will add it .

thanx for listening
Title: Some nice commands if you add it
Post by: Schranz0r on 2007-Mar-26
Yes GLBasic Supports MP3 Soundfiles !
But i dont know something about 3D Sound in GLB, sorry ;)

Greetz
Title: Some nice commands if you add it
Post by: Kitty Hello on 2007-Mar-26
MP3 only for Playmusic. Sounds are WAV only, since I don't want to include mp3 or ogg code in PocketPC. WAV in a shoebox is quite small.
3D sound not yet.