Questions tagged [acrcloud]

Technical questions about ACRCloud, a comprehensive automatic content recognition platform with audio fingerprinting technology.

ACRCloud is a comprehensive automatic content recognition platform with audio fingerprinting technology.

Docs: https://www.acrcloud.com/docs
Support: support@acrcloud.com

22 questions
3
votes
2 answers

Android and ACRCloud: startRecording() called on an uninitialized AudioRecord

I am designing a simple app for music recognition using this SDK https://www.acrcloud.com/docs/audio-fingerprinting-sdks/android-sdk/ The demo provided by the SDK functions perfectly on my phone, target Android SDK is 18. I am currently developing…
2
votes
2 answers

ACRCloud music recognition in Android service

I followed the demo app in the ACRCloud Android sdk. All the code for music recognition was in the activity. I did the same but in a service. So can we initialize the ACRCloudClient in the service?(ACRCloudClient extends from Activity). How can we…
nick.tdr
  • 4,627
  • 4
  • 28
  • 41
2
votes
1 answer

500 Error uploading An Audio File Using AcrCloud RESTful api php

I am trying to upload audio file using php I got this i tried the same credentials in Postman and it works. I can't find out what is wrong I am following ACRCloud documentation here HTTP/1.1 100 Continue < HTTP/1.1 500 Internal Server Error …
Mario Nassef
  • 91
  • 1
  • 10
1
vote
1 answer

Adding XCFramework to framework project gives error: Include of non-modular header inside framework module

We’ve been successfully using the ACRCloud iOS SDK in our iOS app. You simply download it, add their XCFramework to your project, and add the following to your bridging header: #import "ACRCloudConfig.h" #import “ACRCloudRecognition.h" We now need…
Jordan H
  • 52,571
  • 37
  • 201
  • 351
1
vote
1 answer

3rd party metadata links from ACRCloud

When i get 'external_metadata' how can I make Spotify and iTunes links on ACRCloud metadata. How can I make a working link? "spotify": { "track": { "id": "1H8XgJUdCuG22jSVTi6nkL" …
Noitidart
  • 35,443
  • 37
  • 154
  • 323
0
votes
0 answers

How to use AcrCloud webAPI in reactJs. I'm making a project to recognise music from youtube links

I am using ACRCloud free trial music recognition in my react app, but getting errors like, Can't resolve 'crypto' in 'D:\projects\practice\music-recogniser\node_modules\acrcloud\lib' I tried going through ACRCloud documentation but it looks like…
0
votes
1 answer

How to get ACRID via ACRCloud API knowing the ISRC?

According to ACRCloud, they provide the ability to get songs metadata and links: https://console.acrcloud.com/metadata-links So, knowing the ACRID, for example, we can find the ISRC via their Metadata API:…
user3473445
  • 184
  • 5
  • 18
0
votes
1 answer

I get some difference between a buffer of recorded sound and stored sound file

I am trying to develop a music recognition web application using ACRCloud audio recognition. I have a client side in React that records the music from the laptop's microphone and sends it to the server side: const sendRecording = async (dispatch,…
0
votes
2 answers

I'm getting this error when I'm trying to make an .exe file through pyinstaller - "ModuleNotFoundError: No module named 'acrcloud_extr_tool'"

Im using ACRCloud to recognize an audio file, I've build a GUI using tkinter and I'm freezing the code as an .exe file using PyInstaller. However, I'm getting this error when I'm running the .exe file: ModuleNotFoundError: No module named…
fortyTwo102
  • 113
  • 1
  • 9
0
votes
2 answers

When Including ACRCloud Native Lib My Own Native Lib Crashes

I have an Android Application that uses the NDK. In my C++ code I have a call to std::use_facet(). On its own my application runs fine however when I add the ACRCloud SDK I get a crash right when I launch my app: Build fingerprint:…
Przemek Lach
  • 1,348
  • 2
  • 19
  • 42
0
votes
1 answer

Add native library to Neabeans REST project

I am developing a REST service that will work with ACRCloud, and for that I use the native library acrcloud_extr_tool, but when I call the service that will call ACRCloud, I have an error that appears: (java.lang.UnsatisfiedLinkError)…
0
votes
2 answers

ACRCloud Unity intergration, custom song

I'm trying to set up ACRCloud with Unity and I'm wondering if I'm missing a step? I've downloaded the github file and I'm using the default Audio example scene, I followed the instructions for setting up custom audio and have added the Host,…
Faye
  • 1
  • 1
0
votes
1 answer

ACRCloud integration to android app

I have the following code for music recognition. I am using intent service to do all the music recognition in the service. I have done all the basic steps like adding all the permissions required and adding the ACRCloud android SDK in the…
nick.tdr
  • 4,627
  • 4
  • 28
  • 41
0
votes
1 answer

ImportError Running Test.py

I recently downloaded ACRCloud and began trying to use it to recognize music on the Raspberry Pi. So, the first thing I did was run the setup.py script with the following command: sudo python setup.py install Everything runs fine and all the…
0
votes
1 answer

Results Differs in ACR Cloud APP and Web Api

I am using ACR cloud WEB API for fetching Metadata of Music WEB API code : https://github.com/acrcloud/webapi_example/blob/master/identify%20protocol%201%20(recommended)/IdentifyProtocolV1.php The API processed and gives result as count 11 but ACR…
Giri jeeva
  • 11
  • 6
1
2