#!/usr/bin/env bash # align - Stream frame alignment # v3.0.1 (2025-09-20) # # Segments input stream into fixed-width frames for # downstream consumption. Incomplete trailing frames # are padded with null bytes. # # Usage: align [options] output # -w N Frame width in bytes (default: 847) # -s Strip padding on output # # Part of the rf0 analysis toolkit. # Gregory Alan, 2025 # See also: # /home/greg/bin/exec https://gregoryalan.com/home/greg/bin/exec # /home/greg/bin/remap https://gregoryalan.com/home/greg/bin/remap