I have a lot of sound effects in stereo. I want to play them at a certain location, and this doesn’t work with stereo sounds (positional audio).
I have to export them and convert them to mono and import then again.
Is there a better and easier way than to convert them all to mono?
Well, a faster way would be to create a .bat file with this content, (You need SOX installed and update with your own folders):
So you can drag and drop any audio file (with a supported format) over this new batch file and get an automatic conversion.
An UE4 plugin could be created to do this task but this is out of my scope (for now)