Android Question take time from a wav file

JohnC

Expert
Licensed User
Longtime User
If you mean is there a way to find out how long (in seconds) a wav is, then yes, you can load the wav file into a MediaPlayer object and then read the .Duration property.
 
Upvote 0
Top