android soundpool 일부 재생 안되는 경우
삼성폰에서 주로 테스트를 하여 이상없구나 했는데 LG 폰으로 테스트를 하니 소리가 안난다
검색해보니
The file is not there.
The file is there, but it is not readable for some reason.
The file is there, and it is readable, but it is corrupt or not an audio file.
The file is there, and it is readable, and it is a non corrupted audio file, but SoundPool dislikes it.
Sometimes audios with high frequency just goes bad. Try one with lower frequency
stackoverflow.com/questions/40119402/soundpool-unable-to-load-sample-null
soundpool unable to load sample (null)
I'm developing a game, when I wanna load some of sounds, I got this error ” soundpool unable to load sample (null) " (I see it in logcat and It doesn't throw any exceptions). I googled it but can'...
stackoverflow.com
이런 경우가 있을 수 있다하여 소리파일을 LG폰에서 재생 시켜보니 이게 왠일 재생이 안됨
그래서 재생되는 파일로 교체하여 다시 실행해보니 잘됨
끝