← All KD5FMU repositories
Convert-Audio-File-to-ulaw
https://github.com/KD5FMU/Convert-Audio-File-to-ulaw
· Shell · 1 finding · Review date 2026-07-11
Executive Summary
This script will convert audio file to ulaw files compatible to play on ASL 3
This script will convert audio file to ulaw files compatible to play on ASL 3
Summary Counts
Quick Reference
| ID | Severity | Category | File | Lines | Finding |
| CONVERT-001 |
Low |
Bug |
audio_convert.sh |
17-24 |
No validation that input file exists before sox |
Low Severity Issues
[CONVERT-001] No validation that input file exists before sox
audio_convert.sh : 17-24
Checks $1 non-empty but not -f before sox.
Impact: Confusing sox error on bad path.