shewu / h4ck4th0n

Holy Balls: The Game
8 stars 2 forks source link

buzzing sound #34

Closed tjhance closed 12 years ago

tjhance commented 12 years ago

There is a faint buzzing sound when you turn on holyballs or unholyballs. There must be something wrong with the openal code.

tjhance commented 12 years ago

Ok I investigated this a little bit, and it looks like it's actually coming from the rendering. In particular, just putting SDL_GL_SwapBuffers(); in an infinite loop will cause this sound, like calling it too frequently is bad or something. Not really sure what to do about this.

tjhance commented 12 years ago

we've determined that this is impossible to deal with and isn't really our fault