views:

204

answers:

1

Does anyone know how to get attributes from a file associated with an instance of AVAudioPlayer..specifically I am looking how to determine the length of a WAV file.

+2  A: 

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

Art Gillespie