PixelExperience / android-issues

Issue tracker
97 stars 42 forks source link

No Sound from Mario Kart Tour specifically in PE #4634

Closed ghost closed 1 year ago

ghost commented 1 year ago

Build date

PixelExperience_Plus_mojito-13.0-20230219-0023-OFFICIAL

Expected Behavior

The game should output sound.

Current Behavior

The game doesn't output any sound, even though my volume is up and sound is activated in the app. The Sound worked completely fine on Stock MIUI and still works on my other Devices, so this seems like a Pixel Experience Bug. I already opened an Issue and got told to report to the game devs, but I didn't clarify that this only happens on PE, so I created a new Issue where I clarify it.

Possible Solution

Edit here

Steps to Reproduce

  1. Install Mario Kart Tour from the Google Play Store
  2. Launch Mario Kart Tour
  3. Log in or Register with your Nintendo Account
  4. No Sound and no Music

/device mojito /version thirteen_plus

pixelexperiencebot commented 1 year ago

Issue created! You can close at any time by commenting /close

ghost commented 1 year ago

Okay Skyline Emulator seems to have the same problem as Mario Kart Tour, it also doesn't output any sound

ghost commented 1 year ago

Alright, skyline changed from using AAudio and Oboe to Cubeb and rewrote audio stuff. Audio works now in skyline. I used Oboe Tester to test if that's the problem. Audio did not play with AAudio in low latency mode, but did work with OpenSL ES, so it seems that is broken in this rom

ZIDAN44 commented 1 year ago

Can you remove the below line from system_ext/etc/build.prop

qcom.hw.aac.encoder=true

ZIDAN44 commented 1 year ago

Let me know asap

ghost commented 1 year ago

Can you remove the below line from system_ext/etc/build.prop

qcom.hw.aac.encoder=true

Hey, I don't have root, so I can't edit my build.prop file