Search Criteria
Package Details: openal-hrtf 1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openal-hrtf.git (read-only, click to copy) |
---|---|
Package Base: | openal-hrtf |
Description: | Generate HRTF datasets for OpenAL |
Upstream URL: | https://wiki.archlinux.org/index.php/Gaming |
Licenses: | custom |
Submitter: | feilen |
Maintainer: | kevku |
Last Packager: | kevku |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2014-01-31 04:03 (UTC) |
Last Updated: | 2024-01-21 08:56 (UTC) |
Dependencies (4)
- openal (openal-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- libmysofa (libmysofa-gitAUR, libmysofa-3djAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
« First ‹ Previous 1 2
bernd_b commented on 2019-01-19 15:39 (UTC)
To build the package, I had to delete some '=' from the build line to make it look like this:
build() { for hrtftable in CIAIR; do cd $srcdir/$hrtftable makehrtf -r 44100 -i "$srcdir/openal-soft-$_oalversion/utils/$hrtftable.def" -o $srcdir/hrtfs/$hrtftable-%r.mhr makehrtf -r 48000 -i "$srcdir/openal-soft-$_oalversion/utils/$hrtftable.def" -o $srcdir/hrtfs/$hrtftable-%r.mhr done }
feilen commented on 2016-04-09 04:53 (UTC)
t-ask commented on 2016-04-05 13:42 (UTC)
kevincs commented on 2015-11-18 18:21 (UTC) (edited on 2015-11-18 18:28 (UTC) by kevincs)
« First ‹ Previous 1 2