Format:
Recent snippets matching tags of audio
#include <SDL/SDL.h> #include <stdio.h> using namespace std; void func_callback(void *unused, Uint8 *stream, int len) { for (int i=0;i<len;i++) { stream[i] = i; }
160 Views
no comments
NSData *soundData = [NSData dataWithContentsOfURL:url]; AVAudioPlayer *avPlayer = [[AVAudioPlayer alloc] initWithData:soundData error: nil]; [avPlayer play];
559 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
