Back to project page swazam.
The source code is released under:
MIT License
If you think the Android project swazam listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package at.ac.tuwien.swa13.swazam.fingerprint; import ac.at.tuwien.infosys.swa.audio.Fingerprint; public interface IFingerPrintCreator { public Fingerprint createFingerprintFromFilePath(String filePath); }