code.witches.io/go/sdl2@v0.1.1/audio.c (about)

     1  #include <SDL2/SDL.h>
     2  #include "_cgo_export.h"
     3  
     4  void callback(void *userdata, Uint8 *stream, int len) {
     5    audioSpecCallback(userdata, stream, len);
     6  }