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 then do it in the service if we can't.
I have the implementation code in the service in another question. Here is the link See this question