Given an audio file (mp3 or wav), is here a way to get the duration, size (in bytes) and other other attributes of the file?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For file size FileInfo would be worth looking at
This gets you the file size
and to get attributes like Hidden status. something like the following can get it
I second the NAudio library for finding the duration of a track [in seconds]