Questions tagged [shazam]

Song recognition software by listening

Shazam is one of the most popular softwares used to recognize a song by simply "listening" to it.
If you like a song you are hearing and would like to discover who sings it and it's title, along with many other info (album, label, year, ...), use this software to let it hear the song and tell you everything about it.

50 questions
5
votes
2 answers

shazam like feature in ios app?

I would like to write an app that allows users to identify songs by putting the mic next to a speaker and listen to the song for a few seconds... so exactly what Shazam does. Is there any framework or library or service I can use out there to…
zumzum
  • 17,984
  • 26
  • 111
  • 172
5
votes
0 answers

ShazamKit failing to get matches on Android

I'm trying to test ShazamKit on Android. In the following Kotlin snippet, I load apple-test-wav.wav - a 9 second long, 48khz, 16bit PCM WAV audio snippet of the Food Math example video - and attempt to match it against the FoodMath.shazamsignature…
Gerard
  • 73
  • 4
5
votes
1 answer

Is there a Shazam-Like API?

I write programs using Apple's Siri Shortcuts, and I am looking for an API or any way that can be used to identify a song playing in the background. Is there any software that can do this? If not, is there a way to write a Shortcut that IDs a…
2br-2b
  • 395
  • 2
  • 5
  • 13
5
votes
1 answer

How to purchase all songs at a time from iTunes which are returned from iTunes search API?

i am working on an music app by using which we can listen,buy(iTunes),share the songs.My problem is when user search for a song with a key word we can search for that on iTunes using iTunes API,we have to provide an option that purchase all songs or…
Ravi
  • 2,441
  • 1
  • 11
  • 30
5
votes
2 answers

Algorithm for Song recognition

Any idea how i can go about implementing an algorithm for identifying a song, by matching it with a clip of the song or human voice or tune. I dont expect anyone to write out the algo here :), i know it involves a lot of things together, but i would…
4
votes
0 answers

Audio similarity library

I'm trying to find something like an audio similarity library for a school project. Something simple and well documented, written in python or java preferably, that could extract feature from audio files and estimate any form of similarity basing on…
papafe
  • 2,959
  • 4
  • 41
  • 72
4
votes
2 answers

Android Shazam / Soundhound from custom database? Identify music from custom database

We know about shazam , soundhound and etc but all of them use own database, what if I have a self database with music and want to identify listening music from my own database? Does an some application for android exists, that provides identifing…
4
votes
1 answer

How does Shazam / soundhound work?

I am interested in how does shazam or soundhound work. How does it record a voice and makes a fingerprint that is so simmilar to their database of fingerprints that it finds a match? I am about to start writing some software in C/C++ but not sure…
Wiggler Jtag
  • 669
  • 8
  • 23
4
votes
1 answer

iPhone Allow Other App to Play Audio While Recording Audio / Shazam

Looking to do pretty much what Shazam is doing as far as recording audio while another app is playing audio. 1) Recording audio fine, no problem here 2) When app starts and starts recording, the music from another app stops (itunes, etc). 3) I have…
ort11
  • 3,359
  • 4
  • 36
  • 69
3
votes
1 answer

Animation of Shazam's button in SwiftUI

I would like to make an animation like Shazam's Button but I can't manage to do it... Anyone have an idea how to make this animation in SwiftUI? Here is the code : import SwiftUI import Foundation struct SpeechButton: View { @State var…
3
votes
3 answers

Calling an extrenal application

How can I call an external application from my application? E.g: I need to call Shazam (application) from my app. I can see the package name of the application in the logcat. will that be useful for any purpose?
Eby
  • 2,769
  • 4
  • 23
  • 30
3
votes
3 answers

What are some good libraries for extracting data from audio files?

Recently I started to use the Shazam app on my iPhone. For those who don't know, this app identifies songs by listening to a small segment of the song playing. I was amazed by it's accuracy and speed so I decided to do a little digging. I found a…
mmcdole
  • 91,488
  • 60
  • 186
  • 222
3
votes
2 answers

How does the popular application Shazam work

Just out of curiosity because I've always wondered this. How does the application Shazam work? I know how to use it, I'm speaking in terms of programming. How does the application listen to any part of a song and then give you the results? Obviously…
2
votes
1 answer

ShazamKit call from within Swift Vapor Server

When I try to match audio signature with ShazamKit, it works without a problem in my iOS app, because I was able to add ShazamKit to my app identifier on the developer website. Now, I am trying to do the same thing within my vapor server: session =…
tonder
  • 324
  • 3
  • 15
2
votes
3 answers

iOS api for shazam type service?

I have an app and would like to know if there is any kind of API for a service similar to Shazam where I can hold my phone up to a music source and be told of the song guess? It could work well with my app, but I can't find anything about Shazam API…
cdietschrun
  • 1,623
  • 6
  • 23
  • 39
1
2 3 4