python pocketsphinx 中的单词时间戳

发布于 2025-01-07 18:21:48 字数 245 浏览 0 评论 0原文

我在 ubuntu 11.10 上使用 pocketsphinx python 绑定。我向它传递了语法和音频文件,它运行得很好。我现在正在寻找音频文件中每个单词的时间戳。我已经看到:

void ps_seg_frames(ps_seg_t *seg, int *out_sf, int *out_ef);

我相信这应该可以满足我的需要。 但是我似乎无法找到在 python 中执行此操作的方法。 这可能吗?

I'm using pocketsphinx python bindings on ubuntu 11.10. I pass it a grammar and an audio file and it works perfectly. I am now looking to find the timestamp of each word in the audio file. I have seen:

void ps_seg_frames(ps_seg_t *seg, int *out_sf, int *out_ef);

which I believe should do what I need.
However I can't seem to find away to do this in python.
Is this possible?

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

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

发布评论

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

评论(1

不疑不惑不回忆 2025-01-14 18:21:48

该功能尚未实现。这里有一个补丁,但由于 sourceforge 中断而丢失,看起来

https://sourceforge.net/tracker/?func=detail&atid=301904&aid=3480256&group_id=1904

添加此绑定应该相对容易

This feature is not implemented yet. There was a patch here but it was lost due to sourceforge outage it seems

https://sourceforge.net/tracker/?func=detail&atid=301904&aid=3480256&group_id=1904

It should be relatively easy to add this binding

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