Determine the length of an audio recording?
Posted
by MikeN
on Stack Overflow
See other posts from Stack Overflow
or by MikeN
Published on 2010-05-12T23:37:54Z
Indexed on
2010/05/17
19:50 UTC
Read the original article
Hit count: 470
How do I determine the length of an audio recording I am recording programaticaly? My current solution is to just time the start/stop recording events on the User Interface (literally the time the user hits record, then hits stop recording.) Given a .aac audio file, is there some library call in Objective-C or Python to determine its length?
© Stack Overflow or respective owner