A Step Guide to Install SoX (Sound eXchange) on Windows 10 – Python Tutorial

By | December 1, 2021

We can use sox to process audio files using python. In this tutorial, we will introduce how to install it on windows 10.

SoX – Sound eXchange

You can download Sox in here.

How to install sox on windows 10?

How to install sox on windows 10?

After you have downloaded sox, you can install it directly.

However, you should add sox installation path to windows path environment.

Here is an example tutorial:

A Simple Guide to Add conda Command into Windows PATH Environment – Python Tutorial

As to us, the installation path is: D:\Program Files\sox-14-4-2, we can add it as follows:

add sox to path environment in windwos 10

Then, we can use sox command in cmd.

For example:

use sox in windows 10

Leave a Reply