Trim
Included
Recursive WAV trimmer for mono files. It reads thresholds and fade settings from a local .env, trims in place, and writes a trim_report.txt sorted by total trimmed milliseconds.
Mono WAVIn-place trimReport file
Duration Scanner
Included
Scans the current folder recursively for WAV files, writes per-file duration lines, and appends the total dataset duration to durations_precise.txt.
Recursive scanPer-file timingsTotal duration
Pre / Post Detector
Included
Measures the first and last ten-millisecond windows that cross a threshold, then reports the lowest pre, lowest post, and lowest combined values in pre_post_report.txt.
Threshold scanLead / tail checkdBFS report
RMS Folder Stats
Included
Dataset-structure report tool that groups results by dataset, gender, speaker, language, and emotion, then writes average RMS, min RMS, max RMS, and max peak values to rms_report_by_emotion.txt.
Dataset schemaRMS / peak reportEmotion grouping
Lowest Overall RMS
Included
Finds the lowest-RMS 32-bit float WAV files in the current tree and writes the sorted list to lowest_overall_rms.txt.
32-bit float WAVRMS rankingQuietest files
Lowest Sound Detector
Included
Finds the quietest onset windows using RMS, peak, or both modes and writes report files with onset time and level.
Onset timingRMS / peak modesThreshold-based
Clip / Plosive Detector
Included
Scans for clipping-like runs of consecutive samples above a threshold and writes the flagged relative paths to a report file.
Threshold + marginConsecutive hitsRecursive scan
Destroyed Audio Detector
Included
Flags zero-length files, very short files, unsupported formats, very low-energy files, and corrupted WAVs, then writes the results to ras_report.txt.
Corruption checkLow energyBad file report
Highest Peak Finder
Included
Scans 32-bit float WAV files, ranks them by maximum absolute peak, and writes the top files to top_peak_files.txt.
32-bit float WAVPeak rankingTop report
Background Noise Detector
Included
Screens noisy takes and identifies recordings with elevated noise floor for later review or removal.
Noise floorScreeningBatch QA