Guest User

Untitled

a guest
Mar 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. static bool audioProcessing(void *clientdata, short int *audioIO, int numberOfSamples,
  2. int __unused samplerate) {
  3. return ((SuperpoweredExample *) clientdata)->process(audioIO, (unsigned int) numberOfSamples);
  4. }
Add Comment
Please, Sign In to add comment