Created attachment 216068 [details] Patch for exhale Open source and BSD licensed xHE-AAC (Extended HE-AAC/USAC) encoder Compile and runtime tested on: FreeBSD 13.0-CURRENT r361421 (amd64) FreeBSD 13.0-CURRENT r361660 (aarch64) Poudriere testport OK 12.1-RELEASE (amd64)
This uses a sligtly modified version of the BSD license so I'm not sure if specifying it as BSD is correct. http://www.ecodis.de/exhale/license.htm I'm also building a shared library instead of a static binary as support for other projects is planned and I'd like to catch bugs sooner than later.
A commit references this bug: Author: tcberner Date: Sun Jul 5 16:44:43 UTC 2020 New revision: 541291 URL: https://svnweb.freebsd.org/changeset/ports/541291 Log: New port: audio/exhale: xHE-AAC (Extended HE-AAC/USAC) encoder exhale is a lightweight library and application to encode uncompressed WAVE-format audio files into ISO/IEC 23003-3 (MPEG-D) Unified Speech and Audio Coding (xHE-AAC/Extended HE-AAC/USAC) format. WWW: https://gitlab.com/ecodis/exhale PR: 247659 Submitted by: daniel.engberg.lists@pyret.net Changes: head/audio/Makefile head/audio/exhale/ head/audio/exhale/Makefile head/audio/exhale/distinfo head/audio/exhale/files/ head/audio/exhale/files/patch-src_lib_CMakeLists.txt head/audio/exhale/pkg-descr
Committed, thanks. No clue about the license though :)