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
0
votes
1 answer

calling ndk-build for echoPrint android sample

I'm getting this error after calling the ndk-build command in the cmd. I followed the steps in this link http://masl.cis.gvsu.edu/2012/01/25/android-echoprint/ make.exe: *** No rule to make target `/codegen/src/Codegen.cpp', needed by…
Reham
  • 1,916
  • 6
  • 21
  • 45
-1
votes
0 answers

Shazamio throws an error when running the code

I tried this code: import asyncio from shazamio import Shazam import ffprobe async def main(): shazam = Shazam() out = await shazam.recognize_song('Fluxxwave.m4a') print(out) loop =…
steilzz.
  • 1
  • 1
-1
votes
1 answer

How to extract frequency from 32-bit float array using FFT in c++

I'm writing a small sound recognition program in C++. So I have an mp3 file which I sampled using mpg123 and got a 32-bit float array. Now I passed this array to FFT function and got some data. How do I extract frequencies?
-1
votes
2 answers

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 Shazam's does. Any clues where to begin? Thanks
Ward
  • 3,318
  • 3
  • 30
  • 50
-2
votes
1 answer

Is there a framework that can be used in an app to identify sounds?

I'm hoping to not get too many down votes for this question... I've searches a bit but am at a loss. I'm looking for a framework that can be used in an iOS or Android app that can identify sounds. My scenario is: In a room there are 3 speakers. Each…
grabury
  • 4,797
  • 14
  • 67
  • 125
1 2 3
4