You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using (var taglib = File.Create(path))
{
return taglib.Properties.Duration;
}
i tried to use the snippet to calculate mp3 file duration, but it gives me wrong file duration.