Attualmente sto provando questo codice:
NSString *path = [[NSBundle mainBundle] pathForResource:@dream ofType:@m4a];
AVAudioPlayer* theAudio=[[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL];
theAudio.delegate = self;
[theAudio play];
Tuttavia, la SDK afferma che il ViewController non implementa il Delegato AVAudioPlayer.
Qualsiasi organismo tutte le idee su come giocare un WAV (o M4a) utilizzando il 2.2 SDK?













