when attempting to split a 24bit wav/flac file, shnsplit errors out: shnsplit: warning: unsupported format 0xfffe (Unknown) while processing file: [test.flac] shnsplit: warning: none of the builtin format modules handle input file: [test.flac] shnsplit: error: cannot continue due to error(s) shown above Looks to be a mostly simple fix based on identical bugs in Debian/RHEL/etc https://salsa.debian.org/debian/shntool/-/commit/57efcd7b34c2107dd785c11d79dfcd4520b2bc41
A commit references this bug: Author: tcberner Date: Sun Oct 4 06:41:36 UTC 2020 New revision: 551359 URL: https://svnweb.freebsd.org/changeset/ports/551359 Log: audio/shntool: add upstream fix * Added WAVE_FORMAT_EXTENSIBLE with value 0xfffe and supressed error on wav header parsing with that format PR: 250088 Reported by: Danoz <danoz@danoz.net> Changes: head/audio/shntool/Makefile head/audio/shntool/distinfo
Committed, thanks.