SoundPool を使用して Android アプリを開発しています。サウンドを再生するたびに、次のタイプのエラーが LogCat に記録されます。
このエラーはどういう意味ですか? これらのログを無効にすることはできますか?私は多くのサウンドを再生するので、これらのエラーをログに記録するにはかなりの時間がかかると思います。
ありがとう
私はAPI 8を使用しており、Android 2.3.6を搭載したSamsung Galaxy S Plusでアプリをテストしています
A took a quick look over the SoundPool class and didn't find anything immediately, but you should definitely look into what type of audio files you are playing. I think you should try maybe uncompressed file types like .wav to see if that alleviates the problem.