0

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 unreadable!”,”version”:1.0”,”code”:2001}}

How can I solve this problem, Im beginner

4

1 回答 1

2

ACRCloud Engine 需要离线数据库的绝对目录。如果离线数据库文件在您的 APK 项目中,您可以通过 InputStream 访问这些文件。因此,在使用“ACRCloudClient 的initWithConfig”进行引擎初始化之前,您必须将这些文件复制到引擎可以访问的 SD 卡(或其他路径)。

于 2015-12-01T06:43:43.827 回答