Skip to content

Commit

Permalink
Workaround for Audio on OneUI 6.1+ (for #60)
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware committed Jan 7, 2025
1 parent 390b072 commit 32d77fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ class MainActivity : AppCompatActivity() {

runCommand("pkill -9 wineserver")
runCommand("pkill -9 .exe")
runCommand(getEnv() + "$usrDir/bin/pulseaudio --start --exit-idle=-1")
runCommand(getEnv() + "LD_PRELOAD=/system/lib64/libskcodec.so $usrDir/bin/pulseaudio --start --exit-idle=-1")

if (!enableServices) {
lifecycleScope.launch {
Expand Down

0 comments on commit 32d77fd

Please sign in to comment.