Skip to content

HadiKhoirudin/audio-andronix-hadikhoirudin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

audio-andronix-hadikhoirudin

Fix Audio Port Andronix

Follow this instruction ...

1.Install pulseaudio on thermux

pkg install pulseaudio
  1. Install nano on thermux

    pkg install nano

  2. go pulse folder

    cd /data/data/com.thermux/files/usr/etc/pulse

  3. edit daemon.conf with nano

    nano daemon.conf

    change this line ;exit-idle-time = 20

    to exit-idle-time = -1

    Then write file with CTRL+O and enter to save then CTRL+x to exit nano

  4. edit default.pa with nano

    nano default.pa

    add this line in the end

    #{start of lines

    #patches

    load-module-native-protocol-tcp auth-ip-acl-127.0.0.1 auth-anonymous=1

    #end of lines}

    write file with CTRL+O and enter to save then CTRL+x to exit nano

  5. edit file permission of audio.sh

    chmod 755 audio.sh

  6. run with ./audio.sh

    if output is 17, 18, or 19 without error, congratulation pulseaudio running correctly...

  7. install simple protocol player application from playstore

    Then setting

    IP Address : localhost

    Audio port : 8000

    Sample rate : 48000

    Enable network retries : checked

  8. install pulseaudio on linux and reboot your phone

  9. run ./audio.sh

  10. run simple protocol player

  11. run your linux

  12. run this command export PULSE_SERVER=tcp:127.0.0.1

  13. run vncserver-start

  14. Enjoy...

About

Fix Audio Port Andronix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages