alvaro-oliver
Member
Hi everyone,
After spending a good amount of time researching wow & flutter measurement methods — and climbing a pretty steep learning curve — I decided to share the result of that journey in case it helps others navigate the same path.
I’ve developed an open-source implementation of a Wow & Flutter analyzer, based on the AES6-2008 (rev. 2012) standard, using the preferred Two Sigma method for both unweighted and weighted measurements.
Educational Purpose:
The main goal of this project is not to compete with existing commercial tools, but rather to provide a transparent, testable and educational reference implementation — especially since no public code examples of standard-compliant W&F measurement seem to be available.
Measurement output vs Virtins Multi-Instrument (real turntable tone):
AES6 weighting filter response (IIR implementation):
GitHub:
https://github.com/alvaro-oliver/aes6-wow-and-flutter-meter
The latest standalone Windows executable is available under the Releases section:
Download here
Happy to answer any questions about the implementation or help others get started. Feedback is always welcome.
Cheers,
Álvaro
After spending a good amount of time researching wow & flutter measurement methods — and climbing a pretty steep learning curve — I decided to share the result of that journey in case it helps others navigate the same path.
I’ve developed an open-source implementation of a Wow & Flutter analyzer, based on the AES6-2008 (rev. 2012) standard, using the preferred Two Sigma method for both unweighted and weighted measurements.
Educational Purpose:
The main goal of this project is not to compete with existing commercial tools, but rather to provide a transparent, testable and educational reference implementation — especially since no public code examples of standard-compliant W&F measurement seem to be available.
Features
- Weighted and unweighted W&F calculation using 2σ method
- AES6-compliant weighting filter (simple IIR approximation, within spec tolerance)
- Standalone .exe version for Windows, no Python needed
- Full Python script for inspection, modification, or extension
- Validated against synthetic reference tones (Virtins method)
- Includes example WAV files and actual turntable test recording (Reloop RP-4000MK2)
Screenshots
Measurement output vs Virtins Multi-Instrument (real turntable tone):
AES6 weighting filter response (IIR implementation):
Repository and Downloads
GitHub:
https://github.com/alvaro-oliver/aes6-wow-and-flutter-meter
The latest standalone Windows executable is available under the Releases section:
Download here
Happy to answer any questions about the implementation or help others get started. Feedback is always welcome.
Cheers,
Álvaro