예제 #1
0
QString chromaprinter::getFingerPrint(TrackPointer pTrack){
    SoundSourceProxy soundSource(pTrack);
    return calcFingerPrint(soundSource);
}
예제 #2
0
QString chromaprinter::getFingerPrint(QString location){
    SoundSourceProxy soundSource(location);
    return calcFingerPrint(soundSource);
}