Delay in playing sounds using AVAudioPlayer

前端 未结 2 863
一整个雨季
一整个雨季 2020-12-18 10:22
-(IBAction)playSound{ AVAudioPlayer *myExampleSound;

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

myExampleS         


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