[android-developers] Re: How to compare two song files?

2010-08-25 Thread DanH
This is a fairly complex pattern matching problem.  I understand there
is an iPhone application that does it, but probably by uploading the
sound to a larger box that is specially programmed to run the
sophisticated algorithms.  It's not the sort of thing you'd find
embedded in a phone OS.

On Aug 24, 3:42 pm, MTK thamarai.kann...@gmail.com wrote:
 I would like to compare two song files to see, if they are same or not.
 (Both song file need not be same length and one may be subset of full
 song file).

 I am lookinng for method of comparing like human ear.

 Any direction on this would be helpful.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How to compare two song files?

2010-08-25 Thread Sena Gbeckor-Kove
ISn't this what Shazam does?

S


---

Sena Gbeckor-Kove
CTO/Founder - imKon 

UK : +44 7788 146652 
s...@imkon.com|www.imkon.com
 
Asia (Singapore) :
35 Selegie Road, #09-14/15 Parklane Shopping Mall, 188307 Singapore, Singapore

Europe (London) :
145-157 St John's St, EC1V 4PY London, UK

On 25 Aug 2010, at 17:18, DanH wrote:

 This is a fairly complex pattern matching problem.  I understand there
 is an iPhone application that does it, but probably by uploading the
 sound to a larger box that is specially programmed to run the
 sophisticated algorithms.  It's not the sort of thing you'd find
 embedded in a phone OS.
 
 On Aug 24, 3:42 pm, MTK thamarai.kann...@gmail.com wrote:
 I would like to compare two song files to see, if they are same or not.
 (Both song file need not be same length and one may be subset of full
 song file).
 
 I am lookinng for method of comparing like human ear.
 
 Any direction on this would be helpful.
 
 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en



smime.p7s
Description: S/MIME cryptographic signature


Re: [android-developers] Re: How to compare two song files?

2010-08-25 Thread Carlos Silva
On Wed, Aug 25, 2010 at 16:30, Sena Gbeckor-Kove s...@imkon.com wrote:

 ISn't this what Shazam does?

 S


Yep

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en