audioview icon indicating copy to clipboard operation
audioview copied to clipboard

Android audio view / MediaPlayer wrapper

Results 9 audioview issues
Sort by recently updated
recently updated
newest added

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.

after setting data source file path start function is not working. because mIsPrepared is false in audioview. then after pressing the play button audio played

java.lang.NoClassDefFoundError: Could not initialize class android.media.MediaPlayer at com.keenfin.audioview.AudioView.initMediaPlayer(AudioView.java:141) at com.keenfin.audioview.AudioView.onAttachedToWindow(AudioView.java:221) at android.view.View.dispatchAttachedToWindow(View.java:19575) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3430) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3437) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3437) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3437) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3437) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3437) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3437) at android.view.AttachInfo_Accessor.setAttachInfo(AttachInfo_Accessor.java:42) at com.android.layoutlib.bridge.impl.RenderSessionImpl.inflate(RenderSessionImpl.java:335)...

android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{458d90f u0 com.hello.testaudio/com.keenfin.audioview.AudioService}

At layout editor mode , i`am facing this issue when layout is rendering java.lang.NoClassDefFoundError: Could not initialize class android.media.MediaPlayer  at com.keenfin.audioview.AudioView.initMediaPlayer(AudioView.java:141)   at com.keenfin.audioview.AudioView.onAttachedToWindow(AudioView.java:221) Xml code : I think isInEditMode() functions...

When I set data source as url in using Uri.parse(url) AudioView progress bar keeps loading & shows infinity symbol but when play button is clicked, audioview plays audio & infinity...

Subj. P.S.: 1. Раздел "From network uri" - линейный прогресс не останавливается. Пауза не нажимается. Время 89:48:04 всегда. 2. Раздел "With custom layout" - круговой прогресс никогда не исчезает

AndroidX conversion (to use AndroidX namespace). Seems working okay, I've tested it with included app.

Hi! It's me again! I've tested your fix for #8 and it is working. But now I don't have time for track. :( ![2019-04-19_15-24-19](https://user-images.githubusercontent.com/231950/56424040-405ec280-62b7-11e9-9726-e73d01f2ccfe.png)