#Getting the length of an MP3, OGG, FLAC, WAV file posted in message

1 messages · Page 1 of 1 (latest)

hardy elm

Hi all, I'm trying to add the functionality to my music bot to allow it to play files uploaded to the guild. I've got it playing everything with createAudioResource, but the returned resource object doesn't contain the length of the audio resource. How might I get this information without downloading the file separately? Many thanks.