How to install Audacity on Android | Termux?

    What is Audacity?

    Audacity is a free and open-source audio editing software. It is one most popular audio editor used world wide. So In this article we will install Audacity on Android via Termux.



    Prerequisite:

    Termux

    Ubuntu installed Then go(Click here if don't have it already, you can use any linux distro but here I am using Ubuntu).


    How to install Audacity on Android | Termux?

    # First login to your Ubuntu OS:-

    1. proot-distro login ubuntu

    # Update your Ubuntu packages:-

    2. sudo apt update

    # Now install Audacity in Ubuntu shell by following command:-

    3. sudo apt install audacity 

    # Before we start using Audacity we need to fix sound, For that need to install pulseaudio in Termux shell, so execute following in termux (not in proot),Go to second session and paste below 👇 command:-

    # Update your Termux packages:-

    3. pkg update

    # Install pulseaudio in Termux:-

    4. pkg install pulseaudio 

    # Install x11-repo package for execute the Termux x-11:-

    4. pkg install x11-repo -y

    Now execute following in Termux (not in proot) to start pulseaudio:-

    # Open a blank file in Termux with this command:-

    5. nano .bashrc

    You know a blank page is front of screen,Then paste this command after enter:-

    6. pulseaudio --start \

    --load="module-native-

    protocol-tcp auth-ip-acl=127.0.0.1

    auth-anonymous=1" \

    --exit-idle-time=-1

    # paste this command for Allow permission to script:-

    7. bash

    # Now go to your first session:-

    # Execute following command in your linux distro (not in Termux).

    8. echo "pulse_server=127.0.0.1" >> .bashrc

    # execute the permission to script with this command:-

    9. bash

    # Now start your Ubuntu(GUI) by this command:-

    10. vncstart

    Your Audacity is present in Application 's multimedia option.Now open and enjoy but 

    remember you not record your sounds.yyou use it in video editing.



    PLEASE SHARE THIS ARTICLE WITH YOUR FRIENDS AND FAMILY. IF YOU HAVE ANY QUESTIONS IN YOUR MIND. THEN PLEASE SHARE YOUR THOUGHTS IN THE COMMENT BOX.


    THANK YOU SO MUCH FOR READING HOW TO INSTALL KALI LINUX ON ANDROID WITHOUT ROOT (FULL VERSION).


    THANK YOU! 👍👋🙏😊

    Post a Comment

    0 Comments
    * Please Don't Spam Here. All the Comments are Reviewed by Admin.