My QA Projects

QA Projects I was involded.

View on GitHub

Duide to setting up and executing audio testing in an Apple environment (macOS)

using SoX for streaming, channels, recording, and playback

1. Install SoX:

Sound eXchange

    brew install sox

MacPorts is a free, open-source package manager that helps you install, update, and manage open-source software on macOS

Getting MacPorts

  1. Go to macports.org > DOWNLOAD link
  2. Get the .dmg disk image for your operating system
  3. Install XCode
  4. Run in the Terminal xcode-select --install

OR

    sudo port install sox

Note: Make sure your PATH is set up correctly so you can run sox from the command line.

sudo apt-get install sox
# Enable mp3 encoder:
sudo apt-get install sox libsox-fmt-mp3
sudo apt-get install sox libsox-fmt-mp3
brew info sox
brew info sox
brew install sox --with-libvorbis