cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
187
Views
10
Helpful
0
Comments
timuryuldashev
Spotlight
Spotlight

Download and install SoX (attached to this blog below).

For example you already have the folder 'Audio' with audioprompts on you desktop.

Go to 'C:\Program Files (x86)\sox-14-4-2' and create the link to sox.exe

timuryuldashev_1-1669721378141.png

 

 

Rename it to 'sox'

timuryuldashev_2-1669722491613.png

Then create a folder 'Converted'.

timuryuldashev_3-1669722530290.png

After that create file 'sox.bat' (Create text file 'sox.txt and rename it)

timuryuldashev_4-1669722614505.png

Edit it, paste the following script. (Use your own path)

for %%f in (*) do (
echo Convert %%f
sox.lnk "C:\Users\Tim\Desktop\Audio\%%f" -e mu-law -c 1 -r 8000 "C:\Users\Tim\Desktop\Audio\Converted\%%f"
)
pause

 

Save and execute it. In 'Converted' folder you will find all converted audiopromts.

 

 

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: