OP
Audiomaniac3
Member
- Joined
- Nov 8, 2024
- Messages
- 71
- Likes
- 32
- Thread Starter
- #21
Great news, I've managed to get FIR file work from android lms server with latest SqueezeDSP update,but putting FIR file to android environment is not that easy
I will copy guide from another user which helped me.
1. In a standard Termux terminal, (just open the Termux app from the Android app drawer) run
pkg install openssh
2. run
whoami
and make a note of the user name that is returned (in my case it is u0_a349)
3. create a password: run
passwd
and follow the prompts.
4. start the ssh server by running:
sshd
Now you should be able to open a remote terminal on a laptop (linux/mac terminal or Windows Power Shell) with
ssh -p8022 username@phoneipaddress
using the username (as retrieved above) and your phone's IP Address, and then enter the password you set above.
Now run
.shortcuts/Advanced/Debian\ Terminal
and you will be in the phone's Debian environment on your laptop.
Next you just need to copy FIR file to your android downloads folder and with powershell, copy it from downloads to impulses folder.
Now in windows powershell type this:
cd storage/downloads
ls
cp FIRfilename.wav /var/lib/squeezeboxserver/prefs/SqueezeDSP/Impulses
and now you should be able to select your impulse file from squeezedsp plugin settings,to make FIR file work,server needs to be restarted.
I will copy guide from another user which helped me.
1. In a standard Termux terminal, (just open the Termux app from the Android app drawer) run
pkg install openssh
2. run
whoami
and make a note of the user name that is returned (in my case it is u0_a349)
3. create a password: run
passwd
and follow the prompts.
4. start the ssh server by running:
sshd
Now you should be able to open a remote terminal on a laptop (linux/mac terminal or Windows Power Shell) with
ssh -p8022 username@phoneipaddress
using the username (as retrieved above) and your phone's IP Address, and then enter the password you set above.
Now run
.shortcuts/Advanced/Debian\ Terminal
and you will be in the phone's Debian environment on your laptop.
Next you just need to copy FIR file to your android downloads folder and with powershell, copy it from downloads to impulses folder.
Now in windows powershell type this:
cd storage/downloads
ls
cp FIRfilename.wav /var/lib/squeezeboxserver/prefs/SqueezeDSP/Impulses
and now you should be able to select your impulse file from squeezedsp plugin settings,to make FIR file work,server needs to be restarted.
Attachments
Last edited: