diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-09 02:35:14 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-09 02:35:14 +0000 |
commit | c11135bb191f1d2af04292d6341efc906af20439 (patch) | |
tree | 21c61cf6b7999065f69ab8585b07141ad6d1d51d /audio/Makefile | |
parent | Run rc.d/uuidd after the virtual FILESYSTEMS target. (diff) |
New port: audio/libmysofa
libmysofa is a simple set of C functions to read AES SOFA (Spatially
Oriented Format for Acoustics) files, if they contain HRTFs
(Head-Related Transfer Functions) stored according to the AES69-2015
standard [http://www.aes.org/publications/standards/search.cfm?docID=99].
WWW: https://github.com/hoene/libmysofa
Notes
Notes:
svn path=/head/; revision=461283
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3b4fbdcf6102..85e8ca68f3fc 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -418,6 +418,7 @@ SUBDIR += libmusicbrainz3 SUBDIR += libmusicbrainz5 SUBDIR += libmusicxml + SUBDIR += libmysofa SUBDIR += libnjb SUBDIR += libnoise SUBDIR += libogg |