Author Topic: Version 0.7 released  (Read 82230 times)

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Version 0.7 released
« on: July 03, 2008, 23:36:42 »
- suport APE,FLAC,WV
 - decoders dll's
 - decoders API
 - new experemental algorithm
 - installer support
 - some minor visual changes

georgetoy

  • Jr. Member
  • **
  • Posts: 3
    • View Profile
Version 0.7 released
« Reply #1 on: September 10, 2008, 14:51:00 »
What most sets this program can compare? Maybe 200 000 mp3?

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Version 0.7 released
« Reply #2 on: September 12, 2008, 19:11:07 »
i test only on 5000 files, it's limit only by available computer memory.

georgetoy

  • Jr. Member
  • **
  • Posts: 3
    • View Profile
Version 0.7 released
« Reply #3 on: October 02, 2008, 15:02:24 »
Comments: Does not show well bitrate! CPU 100%! Cache does not work for another use!

familiar

  • Guest
Version 0.7 released
« Reply #4 on: October 27, 2008, 17:55:30 »
This is an amazing software. Showing a very accurate result and given at relatively quick time. I'm wondering what programming language do you guys use to write this.

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Version 0.7 released
« Reply #5 on: October 27, 2008, 18:08:41 »
Thanks, it's written on C++.

familiar

  • Guest
Version 0.7 released
« Reply #6 on: October 27, 2008, 18:39:18 »
I'm planning to make a similar program for my thesis, but perhaps far less complex than this. Could you give me any clue as in what should i learn about? Are you planning to make it commercial or is there a possibility releasing it in GPL/copyleft license.

Anonymous

  • Guest
Version 0.7 released
« Reply #7 on: October 31, 2008, 18:26:40 »
почему программа у меня не работает? ведь автоматически начинает сравнить также как добавляю папку и жму ок?

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Version 0.7 released
« Reply #8 on: November 04, 2008, 18:29:42 »
familiar
you can write me email.

Anonymous
возможно файлы немогут быть декодированны

CJ001

  • Guest
Version 0.7 released
« Reply #9 on: November 08, 2008, 17:31:55 »
Admin
My name is Colin I down loaded Similarity a few days ago, wow thanks, saved me weeks sorting, a really friendly and reliable programme, thanks for making it freely available.
 
I'm now looking to populate the Tags with correct data, and looking for a programme like your own that listens/analyses each track and then finds the right info from the the net. Do you know any, and any that are Freeware

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Version 0.7 released
« Reply #10 on: November 10, 2008, 19:19:32 »
CJ001
Winamp + autotag (GraceNote DB), Yahoo Music... (forget full name, also GraceNote DB).

Raccoon

  • Guest
Version 0.7 released
« Reply #11 on: November 27, 2008, 00:17:48 »
I'm wondering if you could add support for comparing the individual channels within a WAV, so to determine if an audio sample is exactly mono (100%; digital copy), fairly mono (99%; probably from a mono->stereo analog source), to stereo (~85% or less).  Could you add such a feature?

Also, I'm trying to compare multiple CDs of similar, often same, material... but I'd like to find any anomalies such as errors in CD extraction (jitter, etc) and any where editing has occurred in a track.  Will your software be able to show a waveform graph highlighting the exact offsets in wave where audio diverges between 2 or more samples?

I'm also curious how your software handles time offsets, such as a track with a longer period of silence at the beginning, or a track that has several seconds of audio inserted in the middle (eg, an extended chorus/loop).

And finally, can your software determine that two tracks are similar/the same, if one of the tracks is truncated/incomplete?

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Version 0.7 released
« Reply #12 on: November 27, 2008, 19:00:36 »
1. about comparing mono: it can be done, but i don't have free time, now, maybe later.
2. It's difficult, not for such kind of program it differently, try to smooth such errors.
3. it's uses average track score, not time, in such case it's ignore silence or its be a small statistic fluctuation(error).
4. see 3

Raccoon

  • Guest
Version 0.7 released
« Reply #13 on: November 27, 2008, 20:31:01 »
Hmm, I think I understand.

So your program doesn't compare a waveform side-by-side over time... Instead it looks at each individual waveform, creates a "fingerprint", and then compares multiple fingerprints?

How would Similarity handle two identical tracks, where one of the tracks is "reversed" (flipped backwards)?  Would both tracks be statistically alike and show as a 100% match?

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Version 0.7 released
« Reply #14 on: November 27, 2008, 21:45:36 »
1. Yes its use "fingerprint", because "fingerprint"ing give very big speed improvment on big collections of files, only after, can be done more precisly comparing, but in this time the program uses only "fingerprint". I have algorithms that can compare very precisly 2 sounds and map 1 sound to another and show similar portions of them, but it very, very slow 10000 times slower than simple comparing "fingerprint".
2. No, its changes some time related scores, but they scores must be similar (i dont know exactly how similar, i didn't test).

PS. experemental algorithm try to compare sounds without "fingerprint".