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

How to build a link on certain song in Play Store from my application like in Shazam

For example, I have Artist Name and Song Name in my application and I want to be able to navigate the user to Play Store app to this certain song, where he can buy it. Shazam and SoundHound have this functionality and I would like to know how they…
2
votes
2 answers

Shazam for video

I have recently been looking into music/video recognition APIs. Shazam has proved very effective in recognising music, and there is an API called EchoNest that will allow music recognition to be integrated into apps. I am however looking for an API…
Matthew Layton
  • 39,871
  • 52
  • 185
  • 313
1
vote
1 answer

How to limit the use of an app during a month

I need some advice about how to logically proceed to limit the use of an app, I mean, as Shazam does: you can use it only for some times during a month, then you have to wait until next month for use it again. I'm doing it with Xcode and objective…
Miwi
  • 774
  • 4
  • 15
  • 28
1
vote
0 answers

Uncaught TypeError: useGetTopChartQuery is not a function at Discover component

Uncaught TypeError: useGetTopChartQuery is not a function at Discover component I am using redux toolkit for the first time and I can't figure out what the problem is. The error code is: Uncaught TypeError: useGetTopChartQuery is not a function is…
1
vote
1 answer

Why are my images not loading from Shazam Core API in my React app using React-Redux and React Router?

My images are not pulling from shazam core API This is my Song Card Component: import { Link } from "react-router-dom"; import { useDispatch } from "react-redux"; import PlayPause from "./PlayPause"; import { playPause, setActiveSong } from…
1
vote
1 answer

In trying to use the shazam API, I'm getting the error that my useTopChartsQuery is not being seen as a function

This is the shazamCore.js file import { createApi, fetchBaseQuery } from "@reduxjs/toolkit/query/react"; export const shazamCoreApi = createApi({ reducerPath: "shazamCoreApi", baseQuery: fetchBaseQuery({ baseUrl:…
DocPulliam
  • 31
  • 1
1
vote
1 answer

Android version of ShazamKit performs poorly compared to the official Shazam app

In my Flutter project, I implemented the ShazamKit API for both iOS and Android, using the flutter_shazam_kit package. Following each step as described here, I implemented the example, and managed to make it work on both Android and iOS. That being…
matteoh
  • 2,810
  • 2
  • 29
  • 54
1
vote
0 answers

Python asyncio.gather is not working concurrently with shazamio

I have a batch of mp3 files and I have to get data on each using the python shazamio library. I am using asyncio.gather() to run all the recognise function, however each song is waiting for the previous song to finish first. For example, if I run…
1
vote
0 answers

Window scroll effect like Shazam

I need to create an effect of opening and closing a component where the opening/closing follows the swipe of the finger, exactly as it works in Shazan. I confess that I do not know the name that would be given to this effect. I got a similar result…
FrancisGregori
  • 156
  • 1
  • 7
1
vote
3 answers

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 on it. (I dont need actual code, just conceptual…
Andrew.S
  • 169
  • 12
1
vote
1 answer

How to get audio from AppleWatch like Shazam does?

Recently I have realized that Shazam has developed an AppleWatch application but in many questions and answers in StackOverflow, we have talked about the no possibility of recording audio directly from your watch. Does a new way exist to do it?
EnriMR
  • 3,924
  • 5
  • 39
  • 59
1
vote
2 answers

Echoprint not recognizing a single song

Echoprint “listens” to audio on a phone or on your computer to figure out what song it is. It does so very fast and with such good accuracy that it can identify very noisy versions of the original or recordings made on a mobile device with a lot of…
Hasib Samad
  • 1,081
  • 1
  • 20
  • 39
0
votes
0 answers

OjbC Exception not caught in Swift?

I've wrapped Swift code with a try-catch but it seems crashes from thrown exceptions still occur. Could it be that an objc exception is not caught by Swift? do { try self.session.matchStreamingBuffer(buffer, at: time) } catch { ... } and…
gerbil
  • 859
  • 7
  • 26
0
votes
1 answer

crash App iOS flutter when I use shazamkit package

I am using shazamkit package to recognize sound in flutter. android version works perfect but in iOS version when I start to use get this error: ERROR: [0x190bf000] >avae> AVAudioNode.mm:568: CreateRecordingTap: required condition is false:…
BetterPro
  • 1
  • 1
0
votes
0 answers

Can't play audio- Uncaught (in promise) DOMException: Failed to load because no supported source was found

I'm getting a "Uncaught (in promise) DOMException: Failed to load because no supported source was found. Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.shazam.com/track/501844142/keeps-me-alive.mp3 with MIME type…