Skip to content Skip to sidebar Skip to footer

Android Studio Soundpool Not Playing Sounds Sporadically

I am having some issues with getting my soundboard app to function correctly. I have switched to using this method over using MediaPlayer as soundpool was designed for this kind of

Solution 1:

Okay I reached a character limitation on my previous post and could not comment with the Run Compiler & Logcat - here it is:

   **//                           Run compiler**


06/01 12:45:29: Launching app
$ adb install-multiple -r -t -p g.convery.cat_sounds /Users/Gavin-Convery/Desktop/Downloads/Cat_Sounds/app/build/intermediates/split-apk/debug/slices/slice_3.apk 
Split APKs installed
$ adb shell am start -n "g.convery.cat_sounds/g.convery.cat_sounds.SplashScreen" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet..Waiting for process to come online
Connected to process 28362 on device emulator-5556
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
V/FA: Registered activity lifecycle callback
I/FirebaseInitProvider: FirebaseApp initialization successful
I/InstantRun: starting instant run server: is main process
W/art: Verification of void g.convery.cat_sounds.SplashScreen.<init>(java.lang.Object[], com.android.tools.ir.runtime.InstantReloadException) took 155.348ms
W/art: Verification of com.google.android.gms.internal.measurement.zzef com.google.android.gms.internal.measurement.zzii.zzgg() took 178.564ms
V/FA: Collection enabled
      App package, google app id: g.convery.cat_sounds, 1:322457081440:android:00bc065a4ca4860c
I/FA: App measurement is starting up, version: 12451
      To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
I/FA: To enable faster debug mode event logging run:
        adb shell setprop debug.firebase.analytics.app g.convery.cat_sounds
D/FA: Debug-level message logging enabled
V/FA: Cancelling job. JobID: -1724993946
W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
V/FA: onActivityCreated
W/art: Verification of void com.google.android.gms.common.GooglePlayServicesUtilLight.ensurePlayServicesAvailable(android.content.Context, int) took 177.917ms
V/FA: Connecting to remote service
W/art: Verification of com.google.android.gms.common.GoogleSignatureVerifier com.google.android.gms.common.GoogleSignatureVerifier.getInstance(android.content.Context) took 173.217ms
W/art: Verification of void com.google.android.gms.common.GoogleCertificates.zzc() took 128.055ms
I/art: Background sticky concurrent mark sweep GC freed 14348(1467KB) AllocSpace objects, 9(596KB) LOS objects, 47% free, 3MB/6MB, paused 8.797ms total 428.537ms
V/FA: Connection attempt already in progress
D/: HostConnection::get() New Host Connection established 0xa4c12180, tid 28362
I/FA: Tag Manager is not found and thus will not be used
D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_screen_class(_sc)=SplashScreen, firebase_screen_id(_si)=-4328525201999189748}]
D/: HostConnection::get() New Host Connection established 0xa4c12440, tid 28437
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 1
W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
D/OpenGLRenderer: Swap behavior 0
D/EGL_emulation: eglCreateContext: 0x9986d120: maj 3 min 0 rcv 3
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008cdf
E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008824
V/FA: Connection attempt already in progress
V/FA: Connection attempt already in progress
V/FA: Activity resumed, time: 7178857
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
D/FA: Connected to remote service
I/Choreographer: Skipped 38 frames!  The application may be doing too much work on its main thread.
V/FA: Processing queued up service tasks: 4
V/FA: Recording user engagement, ms: 5537
V/FA: Activity paused, time: 7184388
D/FA: Logging event (FE): user_engagement(_e), Bundle[{firebase_event_origin(_o)=auto, engagement_time_msec(_et)=5537, firebase_screen_class(_sc)=SplashScreen, firebase_screen_id(_si)=-4328525201999189748}]
I/Choreographer: Skipped 45 frames!  The application may be doing too much work on its main thread.
V/FA: onActivityCreated
I/art: Background sticky concurrent mark sweep GC freed 1145(153KB) AllocSpace objects, 11(1180KB) LOS objects, 18% free, 4MB/5MB, paused 8.328ms total 251.180ms
I/art: Background partial concurrent mark sweep GC freed 1371(65KB) AllocSpace objects, 4(560KB) LOS objects, 39% free, 4MB/8MB, paused 7.178ms total 87.908ms
E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
I/Choreographer: Skipped 89 frames!  The application may be doing too much work on its main thread.
I/OMXClient: MuxOMX ctor
D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_previous_class(_pc)=SplashScreen, firebase_previous_id(_pi)=-4328525201999189748, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=-4328525201999189747}]
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
V/FA: Activity resumed, time: 7186430
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
D/TAG1: Button 1 pressed
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
D/TAG1: Button 1 pressed
V/FA: Inactivity, disconnecting from the service
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
D/TAG1: Button 1 pressed
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
D/TAG1: Button 1 pressed
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
E/Status: loading sound tracks (status=0)
W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
I/OMXClient: MuxOMX ctor
W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/SoundPool:   sample 20 not READY
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/SoundPool:   sample 23 not READY
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/SoundPool:   sample 26 not READY
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
D/EGL_emulation: eglMakeCurrent: 0x9986d120: ver 3 0 (tinfo 0x9983b470)
W/SoundPool:   sample 33 not READY
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/SoundPool:   sample 36 not READY
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
W/SoundPool:   sample 38 not READY
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)
I/OMXClient: MuxOMX ctor
E/Status: loading sound tracks (status=0)


                    /// .  LogCat

06-01 12:45:36.422 28362-28362/? I/art: Not late-enabling -Xcheck:jni (already on)
06-01 12:45:36.425 28362-28362/? W/art: Unexpected CPU variant for X86 using defaults: x86
06-01 12:45:39.563 28362-28362/g.convery.cat_sounds I/FirebaseInitProvider: FirebaseApp initialization successful
06-01 12:45:39.575 28362-28362/g.convery.cat_sounds I/InstantRun: starting instant run server: is main process
06-01 12:45:39.871 28362-28362/g.convery.cat_sounds W/art: Verification of void g.convery.cat_sounds.SplashScreen.<init>(java.lang.Object[], com.android.tools.ir.runtime.InstantReloadException) took 155.348ms
06-01 12:45:39.900 28362-28413/g.convery.cat_sounds W/art: Verification of com.google.android.gms.internal.measurement.zzef com.google.android.gms.internal.measurement.zzii.zzgg() took 178.564ms
06-01 12:45:40.271 28362-28413/g.convery.cat_sounds I/FA: App measurement is starting up, version: 12451
    To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
06-01 12:45:40.274 28362-28413/g.convery.cat_sounds I/FA: To enable faster debug mode event logging run:
      adb shell setprop debug.firebase.analytics.app g.convery.cat_sounds
06-01 12:45:40.444 28362-28362/g.convery.cat_sounds W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
06-01 12:45:41.222 28362-28413/g.convery.cat_sounds W/art: Verification of void com.google.android.gms.common.GooglePlayServicesUtilLight.ensurePlayServicesAvailable(android.content.Context, int) took 177.917ms
06-01 12:45:41.573 28362-28413/g.convery.cat_sounds W/art: Verification of com.google.android.gms.common.GoogleSignatureVerifier com.google.android.gms.common.GoogleSignatureVerifier.getInstance(android.content.Context) took 173.217ms
06-01 12:45:41.706 28362-28413/g.convery.cat_sounds W/art: Verification of void com.google.android.gms.common.GoogleCertificates.zzc() took 128.055ms
06-01 12:45:41.757 28362-28373/g.convery.cat_sounds I/art: Background sticky concurrent mark sweep GC freed 14348(1467KB) AllocSpace objects, 9(596KB) LOS objects, 47% free, 3MB/6MB, paused 8.797ms total 428.537ms
06-01 12:45:42.000 28362-28413/g.convery.cat_sounds I/FA: Tag Manager is not found and thus will not be used
06-01 12:45:42.354 28362-28437/g.convery.cat_sounds I/OpenGLRenderer: Initialized EGL, version 1.4
06-01 12:45:42.354 28362-28437/g.convery.cat_sounds W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
06-01 12:45:42.404 28362-28437/g.convery.cat_sounds E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008cdf
06-01 12:45:42.405 28362-28437/g.convery.cat_sounds E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008824
06-01 12:45:43.098 28362-28362/g.convery.cat_sounds I/Choreographer: Skipped 38 frames!  The application may be doing too much work on its main thread.
06-01 12:45:47.840 28362-28362/g.convery.cat_sounds I/Choreographer: Skipped 45 frames!  The application may be doing too much work on its main thread.
06-01 12:45:48.503 28362-28373/g.convery.cat_sounds I/art: Background sticky concurrent mark sweep GC freed 1145(153KB) AllocSpace objects, 11(1180KB) LOS objects, 18% free, 4MB/5MB, paused 8.328ms total 251.180ms
06-01 12:45:48.698 28362-28373/g.convery.cat_sounds I/art: Background partial concurrent mark sweep GC freed 1371(65KB) AllocSpace objects, 4(560KB) LOS objects, 39% free, 4MB/8MB, paused 7.178ms total 87.908ms
06-01 12:45:49.149 28362-28578/g.convery.cat_sounds E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
06-01 12:45:49.345 28362-28362/g.convery.cat_sounds I/Choreographer: Skipped 89 frames!  The application may be doing too much work on its main thread.
06-01 12:45:49.430 28362-28580/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:52.534 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:52.548 28362-28626/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:54.110 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
06-01 12:45:54.253 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:54.261 28362-28679/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:54.704 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
06-01 12:45:55.171 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:55.183 28362-28695/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:55.650 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
06-01 12:45:55.851 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:55.884 28362-28706/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:56.053 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:56.068 28362-28710/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:56.693 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:56.707 28362-28721/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:57.321 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:57.334 28362-28732/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:57.680 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:57.693 28362-28738/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:58.540 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:58.550 28362-28752/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:58.951 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:58.959 28362-28762/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:45:59.466 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
06-01 12:45:59.846 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:45:59.858 28362-28776/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:01.074 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:01.081 28362-28795/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:01.819 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:01.831 28362-28806/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:02.792 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:02.803 28362-28821/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:03.831 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:03.850 28362-28836/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:04.832 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:04.839 28362-28851/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:05.929 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:05.931 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
06-01 12:46:05.944 28362-28867/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:07.047 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
06-01 12:46:07.496 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:07.506 28362-28892/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:07.960 28362-28362/g.convery.cat_sounds W/SoundPool:   sample 20 not READY
06-01 12:46:08.316 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:08.321 28362-28903/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:08.782 28362-28362/g.convery.cat_sounds W/SoundPool:   sample 23 not READY
06-01 12:46:09.059 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:09.065 28362-28915/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:09.545 28362-28362/g.convery.cat_sounds W/SoundPool:   sample 26 not READY
06-01 12:46:09.938 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:09.948 28362-28930/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:10.637 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:10.652 28362-28943/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:11.734 28362-28362/g.convery.cat_sounds W/SoundPool:   sample 33 not READY
06-01 12:46:11.756 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:11.763 28362-28958/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:12.395 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:12.404 28362-28969/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:12.823 28362-28362/g.convery.cat_sounds W/SoundPool:   sample 36 not READY
06-01 12:46:13.293 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:13.300 28362-28982/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:13.769 28362-28362/g.convery.cat_sounds W/SoundPool:   sample 38 not READY
06-01 12:46:14.419 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:14.431 28362-29000/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:15.645 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:15.655 28362-29016/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:16.624 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:16.634 28362-29031/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:17.402 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:17.411 28362-29042/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:18.426 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:18.430 28362-29058/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:19.259 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:19.269 28362-29072/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:19.420 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:19.424 28362-29075/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:20.139 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:20.148 28362-29086/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:20.483 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:20.493 28362-29091/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:22.028 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:22.033 28362-29112/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:23.028 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:23.033 28362-29130/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:23.200 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:23.210 28362-29135/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:23.981 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:23.985 28362-29149/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:24.336 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:24.345 28362-29154/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:24.560 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:24.566 28362-29161/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:25.454 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:25.466 28362-29174/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:26.331 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:26.339 28362-29187/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:27.666 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:27.674 28362-29205/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:28.800 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:28.813 28362-29220/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:29.153 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:29.160 28362-29229/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:29.332 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:29.338 28362-29233/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:29.581 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:29.588 28362-29240/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:30.188 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:30.198 28362-29250/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:30.235 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:30.243 28362-29253/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:30.562 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:46:30.572 28362-29258/g.convery.cat_sounds I/OMXClient: MuxOMX ctor
06-01 12:46:30.707 28362-28362/g.convery.cat_sounds E/Status: loading sound tracks (status=0)
06-01 12:48:27.512 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
06-01 12:48:28.338 28362-28362/g.convery.cat_sounds W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz

Post a Comment for "Android Studio Soundpool Not Playing Sounds Sporadically"