iOS中的Librosa Python库集成[关闭]
Posted
技术标签:
【中文标题】iOS中的Librosa Python库集成[关闭]【英文标题】:Librosa Python Library Integration in iOS [closed] 【发布时间】:2021-11-03 10:23:30 【问题描述】:我正在寻找一种将 Librosa 声音分析库(用 Python 编写)集成到 ios 项目中的方法。任何见解都将受到高度赞赏。提前致谢。
Librosa 图书馆的链接 - https://librosa.org/ https://github.com/librosa/librosa
【问题讨论】:
【参考方案1】:You can try this LINK
有一个 swift library 由 github/dhrebeniuk 创建,实际上是 LibRosa 的 iOS 版本。
这个库的主要目标:
- Generate Spectrogram for visualisations.
- Preprocessing steps for most Machine Learning models in Sound Recognition Sphere.
【讨论】:
我已经检查了这个 repo,它没有 mfcc 特征提取部分,但它正在开发中。 我添加了这个功能新版本以上是关于iOS中的Librosa Python库集成[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
Python Librosa:用于计算 MFCC 特征的默认帧大小是多少?
cx_freeze 不允许我用 librosa Python3 制作 gui