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
0 answers

Django rest api, Shazamio

I am using shazamio library with django rest api. An unexpected error occurred. Can you help? The response should be returned in json format but I am getting an error. By: Yandex translate
0
votes
0 answers

I have been trying to get songs popular in my country but got an error

I have been working on AroundYou.jsx and shazamcore.js files. this is code of AroundYou.jsx ` import React, { useState, useEffect } from 'react'; import axios from 'axios'; import { useSelector } from 'react-redux'; import { Error, Loader, SongCard…
kokom
  • 11
  • 1
  • 2
0
votes
0 answers

Naudio adjust code - from input audio stream to file

I have found this nice project https://github.com/AlekseyMartynov/shazam-for-real written in C# based on NAudio. Basically, it listens to mic input and it searches in Shazam DB for matching songs. I am trying hard to adjust it to use wav files…
Nik Dell
  • 53
  • 7
0
votes
1 answer

Assistance/tutorial with Shazam API in PowerShell

I'm trying to use PowerShell to interact with the Shazam API but their documentation is mainly in PHP. I found this snippet from another forum on here in Python that supposedly works: from pydub import AudioSegment import base64 import…
0
votes
1 answer

How can you avoid false positives with music identifying algorithms?

I’m a music producer/composer who will be submitting works to new music libraries. In some cases, I’d like to use previous projects as a starting point. So while the result will be new, unique compositions, I want to avoid a scenario where an…
0
votes
1 answer

ShazamKit: music detection "session.match(signature)" with no match found and no error was thrown, weird

Today, I create a small app to try ShazamKit music detection ability in iOS 15. Follow a tutorial on Youtube, and I have Apple developer membership and have enabled the ShazamKit service for this app identifier. In short, I want to detect a song…
Zhou Haibo
  • 1,681
  • 1
  • 12
  • 32
0
votes
1 answer

AVAudioEngine recording microphone input seems to stop upon playing music

I’m recording microphone input to match it to a song in the Shazam catalog. This works, but if I start() the AVAudioEngine then something happens like music starts playing via MPMusicPlayerController.applicationMusicPlayer.play(), it seems the audio…
Jordan H
  • 52,571
  • 37
  • 201
  • 351
0
votes
1 answer

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 one have idea please help.Thanks in advace.
Jisson
  • 3,566
  • 8
  • 38
  • 71
0
votes
0 answers

How does Shazam avoid false positives?

In a nutshell, Shazam records a fingerprint of the song you're listening to, and sends it to its backend servers to match it against a fingerprint database. The lookup process then produces a histogram of offsets for each song in the index, and…
Jean Gauthier
  • 265
  • 4
  • 9
0
votes
0 answers

Phone and PC microphones receive different audio frequency

I'm making a Shazam program, and when using my phone to receive sound, the frequencies I'm picking up are different from the ones I get from my computer. Why does it happen? How can it be solved? (I'm using the same method to extract the frequencies…
Tar Wolfson
  • 38
  • 1
  • 5
0
votes
1 answer

How to launch a tag (Launching Shazam search activity)

I want to start the search Activity in shazam. According to this there is no search Activity to shazam, only a tag.
God
  • 1,238
  • 2
  • 18
  • 45
0
votes
3 answers

Downloading a file with HTTP GET, passing cookies in java

I want to parse an HTML document from a URL in Java. When I enter the url in my browser (chrome) it doesn't display the html page but it downloads it. So the url is the link behind a "download" button on a webpage. No problem so far. The url is…
Toon Van Eyck
  • 69
  • 1
  • 10
0
votes
1 answer

Unreadable Offline DB files of ACRCloud Music Recognition SDK

Pls help, I'm using ACRCloud's Music Recognition iOS SDK for offline recognition in movie theatre like Shazam. After uploading audio files and downloaded the Offline DB file, I got this error: {“status”:{“msg”:”init error: Offline DB files are…
0
votes
0 answers

User Agent Strings of Spotify and Shazam Users

Are there any known commonalities of all user agent strings for Spotify app/software? Same question for the Shazam mobile app, as well. For example, the Facebook mobile app has several elements of all their user agent strings that can be used as…
scottaar
  • 3
  • 3
0
votes
1 answer

Ingest(Update hash Code) in echoprint servers using JAVA

I am developing an android application using JAVA. All I want is to record a song and generate its hash(CODE), then query the echoprint server for a match. If a match is not found, then upload it to the server (ingest) for future references. I…
Arijit
  • 420
  • 7
  • 14