calling member function pointer from static member function – Ubuntu
I'm writing a program that uses SDL_Audio and dynamically produces sound, but I'm finding that my implementation isn't very responsive with latency varying from .3 to .5 seconds. My suspicion is that I produce sound long before the sound card…