Page 1 of 1

Programming 8-bit audio?

PostPosted: Mon Feb 01, 2010 8:48 pm
by Hblade
Hey isnt there a way you can "program" 8 bit sound effects / music in C? if so I can make tons of music built within GE from code ^.^

Re: Programming 8-bit audio?

PostPosted: Mon Feb 01, 2010 8:52 pm
by makslane
The problem is you can't pass an audio buffer to the game engine, only a file.

Re: Programming 8-bit audio?

PostPosted: Mon Feb 01, 2010 9:17 pm
by Hblade
Oh, is there a way you can program a "pitch" option, where changing the pitch of an audio file is optional?