Skip to content

Instantly share code, notes, and snippets.

@markk
markk / phaseanalyze.py
Created December 20, 2020 12:18
phaseanalyze: analyze a set of audio files to find optimum phase configuration
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
Analyze a set of audio files to find optimum phase configuration.
"""
import argparse
import itertools
import os
import subprocess