2011-08-22 34 views

回答

1
AVAudioPlayer *player = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL URLWithString:recordFile] error:nil]; 
      [player prepareToPlay]; 
    [player play]; 

    [player pause]; 
+0

簡易代碼。 – Devang

相關問題