简体   繁体   English

echoprint codegen for Java / Android

[英]echoprint codegen for Java/Android

Is there a way to run the echoprint-codegen on Android or is there a Java implementation for it? 有没有办法在Android上运行echoprint-codegen或者是否有Java实现?

Echoprint codegen on github: https://github.com/echonest/echoprint-codegen Eithop上的Echoprint codegen: https//github.com/echonest/echoprint-codegen

There is a C++ implementation for it? 有一个C ++实现吗? I just cannot figure out how to port it to Java so that I can run it on an Android device, assuming Android 2.2 and up. 我只是无法弄清楚如何将它移植到Java,以便我可以在Android设备上运行它,假设Android 2.2及以上。

Take a look at Alex Restrepo's port of Echoprint to Android. 看看Alex Restrepo的Echoprint端口到Android。 His blog posting with the technical details is here: 他在博客上发布的技术细节如下:

http://masl.cis.gvsu.edu/2012/01/25/android-echoprint/ http://masl.cis.gvsu.edu/2012/01/25/android-echoprint/

The complete code along with a sample Android application using it can be found here: 完整的代码以及使用它的示例Android应用程序可以在这里找到:

https://github.com/gvsumasl/EchoprintForAndroid https://github.com/gvsumasl/EchoprintForAndroid

Try this open source project by Jacquet Wong, it's written in Java and Android compatible. 试试Jacquet Wong的这个开源项目,它是用Java和Android编写的。

http://code.google.com/p/musicg/ http://code.google.com/p/musicg/

It handles wave spectrogram, fingeprint and other audio features with FFT and other dsp algorithms. 它使用FFT和其他dsp算法处理波谱图,fingeprint和其他音频功能。

There are java libraries to deal with FFT / Audio which may already do what you need. 有一些java库可以处理FFT /音频,它们已经可以满足您的需要。 Ropy van Rijn already did this, and got slap from Shazam patent holders. Ropy van Rijn已经做到了这一点,并从Shazam专利持有人那里得到了打击。

See in detail: http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/ 详见: http//www.redcode.nl/blog/2010/06/creating-shazam-in-java/

我将尝试在这里查看: http//developer.echonest.com/然后在这里: http//developer.echonest.com/client_libraries.html之后你已经下载了java客户端,这个: https:// gist.github.com/1630910可能有用(抱歉是意大利代码,但我相信你不会有问题)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM