Use extended header format for .wav files.
authorratchov <ratchov@openbsd.org>
Fri, 13 Jan 2023 15:14:24 +0000 (15:14 +0000)
committerratchov <ratchov@openbsd.org>
Fri, 13 Jan 2023 15:14:24 +0000 (15:14 +0000)
commit293b7b88f2394b64afc4e3c27f3c0dce81c3cca7
treeae3825bd65a7d24ec228431b4501d1bff00537e6
parent1cbbcd438e8558d8fc1c3d49d771aa37fe5372cb
Use extended header format for .wav files.

According to Microsoft docs, it is needed if bits > 16 or if there are
more than 2 channels, which aucat supports and is the defaut. Fixes
errors reported by audio/sox port when trying to play .wav files
generated by aucat.

Reported by John Rigg <obsd at jrigg.co.uk> and others on misc@
usr.bin/aucat/afile.c