LogoLogo
  • Welcome 😄
  • Introduction
    • Important ⚡
    • Where to begin? 🤷‍♀️
  • Installation
    • Un-Modded OS
      • Ubuntu
      • Debian
      • Kali Security OS
      • Manjaro
      • Arch Linux
      • Fedora
      • Void
      • Alpine
    • Modded OS
      • Ubuntu KDE
      • Debian XFCE
      • Ubuntu XFCE
      • Manjaro XFCE
    • Offline Installation
  • Uninstallation
    • Uninstallation 🔴
  • VNC
    • VNC Basics 📱
    • SSH Basics 👩‍💻
  • XSDL
    • XSDL Basics
  • Hardware
    • Internal Storage 📂
    • Sound 🎵
  • Software
    • Browsers
    • LibreOffice
    • Blender
    • IDEs
      • IntelliJ Idea
      • VS Code
      • JetBrains
    • GIMP
Powered by GitBook
On this page

Was this helpful?

  1. Hardware

Sound 🎵

Let's rock with the music! 🎸

PreviousInternal Storage 📂NextBrowsers

Last updated 5 years ago

Was this helpful?

You can use your speakers while using your distro to get all that nice music from Spotify (or anything) while you code. We use Pulse Audio to get that sound out of the PRoot container to your Android's speakers.

Modded OS have sound output through phone's speakers enabled out of the box.

Just follow these steps correctly in order to have sound output enabled-

  • Just close the distro if you have it opened with running exit inside Termux. Ignore this step if you haven't have your distro working.

exit
  • Run the following command in Termux (Not inside Linux)

 pkg install wget && wget https://andronixos.sfo2.cdn.digitaloceanspaces.com/OS-Files/setup-audio.sh && chmod +x setup-audio.sh && ./setup-audio.sh
  • This should enable you to have sound inside the distro.

Check the volume level before filing any bug report.

If you are still not able to get the audio output or the audio stops after a certain time then open a new Termux session and type:

pulseaudio --start

If you started the VNC and have not played any audio within 15minutes of time span then audio server kills itself to prevent excessive battery drain.