Tagged Questions
The shazam tag has no wiki summary.
5
votes
4answers
4k views
Web-API for shazam or a similar service?
Shazam on my Android phone works great. Now I'm looking for an api for Shazam or a similar service.
This service should take a small part of a song and should return the metadata of the song. (title, ...
4
votes
1answer
37 views
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 ...
4
votes
2answers
308 views
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 ...
2
votes
0answers
170 views
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 ...
1
vote
2answers
177 views
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 ...
1
vote
3answers
271 views
calling an extrenal application
How can I call an external application from my application
Eg: I need to call Sazham (application) from my app..
I can see the package name of the application in logcat, will that be useful for any ...
1
vote
3answers
147 views
What is the best way to store a spectrogram graph as a data struture that can be compared against?
I have created a process similar to Shazam that creates a Spectrogram of a given sound clip. I am trying to figure out a way in which to store this data into a database so that I can run comparisons ...
0
votes
0answers
8 views
looking for an API for Pattern Generation for Music/audio
I'm looking for an API for Pattern Generation for Music/audio.
Need to generate Data from the music API
So the admin of the app will upload a commercial and generate data and save it in our ...
0
votes
1answer
81 views
how would i identify a song from a person's playlist in android?
I am creating an app that plays music from a movie, and prompts the person to guess the movie. Do to the fact that this may infringe on copyright laws, I want to make it so that it only uses music in ...
0
votes
1answer
131 views
open shazam from my blackberry application
I need the code open shazam(other intalled applications in the phone) if its installed.
How can I check whether shazam is installed in a phone,and if installed how can I open it from my app?If any ...
0
votes
1answer
353 views
iPhone Circular Progress Indicator
I'm trying to create a circular progress indicator like Shazam. It will represent progress during recording. There will be a finite amount of time and I want it to react to the sound level like ...