phhusson / treble_experimentations

Notes about tinkering with Android Project Treble
3.35k stars 659 forks source link

Redmi Note 8 Pro no sound #1128

Open okhsunrog opened 4 years ago

okhsunrog commented 4 years ago

Sound doesn't work in many apps. Clock, YouTube, Yandex Music. Vlc and Poweramp works thou

phhusson commented 4 years ago

Logs

jumper047 commented 4 years ago

Bug already mentioned here - https://github.com/phhusson/treble_experimentations/issues/1028

TTTT555 commented 4 years ago

fixed

lostmsu commented 2 years ago

@phhusson I appear to be having the same issue on Mi Max 3. Is there a preferred way to share logcat (for the entire system) privately?

VLC-only part: VLC.log

I believe this is the relevant bit from the VLC side:

W/AudioTrack(11104): Use of stream types is deprecated for operations other than volume control W/AudioTrack(11104): See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case E/AudioEffect(11104): set(): AudioFlinger could not create effect 7261676f-6d75-7369-6364-28e2fd3ac39e / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -2 E/AudioEffects-JNI(11104): AudioEffect initCheck failed -3 E/AudioEffect-JAVA(11104): Error code -3 when initializing AudioEffect. W/System.err(11104): java.lang.RuntimeException: Cannot initialize effect engine for type: 7261676f-6d75-7369-6364-28e2fd3ac39e Error: -3 W/System.err(11104): at android.media.audiofx.AudioEffect.(AudioEffect.java:538) W/System.err(11104): at android.media.audiofx.AudioEffect.(AudioEffect.java:501) W/System.err(11104): at android.media.audiofx.AudioEffect.(AudioEffect.java:475) W/System.err(11104): at android.media.audiofx.DynamicsProcessing.(DynamicsProcessing.java:183) W/System.err(11104): at android.media.audiofx.DynamicsProcessing.(DynamicsProcessing.java:164) W/System.err(11104): at android.media.audiofx.DynamicsProcessing.(DynamicsProcessing.java:149)