Advertisement
Guest User

buggy section

a guest
Aug 4th, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
  2. /* init sound */
  3. is_playing = rb->mp3_is_playing(); /* would we disturb playback? */
  4. if (!is_playing) /* no? then we can make sound */
  5. { /* prepare */
  6. rb->mp3_play_data(beep, sizeof(beep), callback);
  7. }
  8. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement