Skip to content

Instantly share code, notes, and snippets.

View PeterDekkers's full-sized avatar
🗻

Peter Dekkers PeterDekkers

🗻
View GitHub Profile
@PeterDekkers
PeterDekkers / polyend-play-convert.py
Last active August 26, 2024 12:25
Simple macOS script to convert AIFF and WAV files to 44.1kHz 16bit mono PCM. Ideal for use with Polyend Play.
#! /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.