Ticket #51460: patch-audiophash.h.diff
File patch-audiophash.h.diff, 420 bytes (added by toy, 8 years ago) |
---|
-
src/audiophash.h
old new 34 34 35 35 extern "C" { 36 36 #include "ph_fft.h" 37 }38 37 39 38 /* /brief count number of samples in file 40 39 * … … 105 104 */ 106 105 double* ph_audio_distance_ber(uint32_t *hash_a , const int Na, uint32_t *hash_b, const int Nb, const float threshold, const int block_size, int &Nc); 107 106 107 } 108 108 109 #endif