-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
mpv: Add openal support #37745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpv: Add openal support #37745
Conversation
@GrahamcOfBorg build mpv |
Success on x86_64-linux (full log) Attempted: mpv Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: mpv Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: mpv Partial log (click to expand)
|
Can you disable openal on macOS? |
This fixes the darwin build for me:
|
@GrahamcOfBorg build mpv |
1 similar comment
@GrahamcOfBorg build mpv |
Success on x86_64-linux (full log) Attempted: mpv Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: mpv Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: mpv Partial log (click to expand)
|
Motivation for this change
mpv no longer has HRTF support, which means it can't collapse positional (e.g. 5.1) audio to stereo (for headphones) while maintaining the surround effect. The recommended workaround is to use
-ao openal
, which does know how to do this.(Assuming you put
hrtf = true
in ~/.alsoftrc.)Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)