开发者

How to determine length of audio file associated with AVAudioPlayer

开发者 https://www.devze.com 2022-12-11 03:58 出处:网络
Does anyone know how to get att开发者_如何学运维ributes from a file associated with an instance of AVAudioPlayer..specifically I am looking how to determine the length of a WAV file.If you want the le

Does anyone know how to get att开发者_如何学运维ributes from a file associated with an instance of AVAudioPlayer..specifically I am looking how to determine the length of a WAV file.


If you want the length in seconds, audioPlayer.duration should do it.

0

精彩评论

暂无评论...
验证码 换一张
取 消