taglib# 返回错误的持续时间

发布于 2024-08-16 14:27:48 字数 251 浏览 5 评论 0原文

我以这种方式获取 MP3 文件的持续时间:

TagLib.File file = TagLib.File.Create(fileName);
var duration = file.Properties.Duration;

它始终为我提供实际持续时间的 68% 到 75% 之间的持续时间。 Windows 文件管理器、VLC 以及仅播放 MP3 并用秒表测量的时间一致。

有什么想法这里出了什么问题吗?

I'm getting the duration of an MP3 file in this way:

TagLib.File file = TagLib.File.Create(fileName);
var duration = file.Properties.Duration;

and it is consistently giving me a duration between 68 and 75% of the real duration. Windows File Manager, VLC and just playing the MP3 and measuring with a stopwatch agree on the other duration.

Any ideas what's wrong here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文