How to get audio file metadata, namely, length
-
I need to get the length of my audio files. I know I can do it with wp_read_audio_metadata, but I know that’s a heavy process that requires including the WP administrative functions, and I’d like to avoid it if possible. I’ve tried all sorts of different codes for attachment meta, but they all seem to be only for images, and this must not be a common problem because I can’t seem to find a solution anywhere. But I know that each audio attachment page lists the length of the attached file, so I know there has to be a code available somewhere, even if it is wp_read_audio_metadata.
Anyone know what I should do?
Note: It doesn’t help that Google keeps conflating “audio” with “media” and then “images,” or “length” with “file size.”
- The topic ‘How to get audio file metadata, namely, length’ is closed to new replies.