This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python3 | |
""" | |
Simple macOS script to recursively convert AIFF and WAV files to 44.1kHz 16bit mono PCM. | |
Ideal for use with Polyend Play. | |
Only files that are not already in the right format will be converted. | |
Requires Python 3. |