acrcloud

ACRCloud integration to android app

最后都变了- 提交于 2020-01-06 06:35:12
问题 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 project. class SongIdentifyService(discoverPresenter : DiscoverPresenter? = null) : IACRCloudListener , IntentService("SongIdentifyService") { private val callback : SongIdentificationCallback? = discoverPresenter private val mClient : ACRCloudClient by lazy