Delay in playing sounds using AVAudioPlayer

前端 未结 2 1537
梦如初夏
梦如初夏 2020-12-18 10:35
-(IBAction)playSound{ AVAudioPlayer *myExampleSound;

NSString *myExamplePath = [[NSBundle mainBundle] pathForResource:@\"myaudiofile\" ofType:@\"caf\"];

myExampleS         


        
2条回答
提交回复
热议问题