用于在 iPhone 上阅读音符的 API
在我的应用程序中,我需要打开相机并读取附图中给出的数据:
所以通过阅读此内容后,API 应该会返回为上图生成的音频文件。
请告诉我除了我正在尝试的方法之外是否还有其他方法可以做到这一点。
In my application, I need to to open the camera and read the data as given below in attached image:
So by reading this the API should return me an audio file generated for the above image.
Do tell me if there is some other way to do this other than how I am trying.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OpenOMR 是 SourceForge 上可用的一些 GPL 光学音乐识别代码,尽管似乎没有任何代码iPhone/iOS 端口。因此,您必须进行主要移植(包括为 iOS 创建 JVM)才能从此代码创建 OCR API。
维基百科上有一些有关音乐 OCR 主题的历史。
OpenOMR is some GPL'd Optical Music Recognition code available on SourceForge, although there does not appear to be any iPhone/iOS port. So you'd have to do a major port (including creating a JVM for iOS) to create an OCR API from this code.
There's some history on the subject of Music OCR on Wikipedia.