CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of audio
C++
#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;
    }
by AZiCoDec   December 18, 2010 @ 4:33pm
160 Views
no comments
 
NSData *soundData = [NSData dataWithContentsOfURL:url];
AVAudioPlayer  *avPlayer = [[AVAudioPlayer alloc] initWithData:soundData error: nil];
[avPlayer play];
by Yuzhen Situ   June 03, 2010 @ 1:28am
559 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate