How to stop Bluetooth latency and distortion

Like many here, I had the problem of latency and distortion in audio while using FX Sound.
An easy fix is this:
Run FX Sound as admin, and, at the same time, set priority in task manager to high (above average is not enough, real time is too much).
Remember to do both steps at the same time for the best audio experience

1 Like

@bvijay is it possible for us to automatically set priority in task manager to high?

It could be possible to set the priority in the shortcut of the app.

Start a process in high proirity from the command line with start command.

start /? or
start [“title”] [/dPath] [/i] [/min] [/max] [{/separate | /shared}] [{/low | /normal | /high | /realtime | /abovenormal | belownormal}] [/wait] [/b] [FileName] [parameters]

eg:- start "Explorer" /high "C:\Windows\explorer.exe"
Save as a text file with .bat or .cmd extension.

Also
Start Task Manager.
Go to the Processes tab.
Right-click on the process you want then select Set Priority then switch it to what you want.