FS#47699 - [mpv] enable openal output module
Attached to Project:
Community Packages
Opened by Andrea (BrainDamage) - Sunday, 10 January 2016, 16:23 GMT
Last edited by Christian Hesse (eworm) - Monday, 18 January 2016, 07:59 GMT
Opened by Andrea (BrainDamage) - Sunday, 10 January 2016, 16:23 GMT
Last edited by Christian Hesse (eworm) - Monday, 18 January 2016, 07:59 GMT
|
Details
As of mpv 1:0.14.0-1 it supports an openal output plugin
which is currently omitted by the arch package, the manual
says it is slow on low end machines with multichannel audio
but on my machine the cpu load changes over 1h average from
9.1% to 10.5% for a video having a 640kbps 5.1 AC3 stream
between pulse module and openal making it feasible, the
advantage is that it unique features other audio output
plugins don't have such as hrtf 3d audio encoding.
adding it to the dependency array and passing --enable-openal to waf configure would suffice. |
This task depends upon
Closed by Christian Hesse (eworm)
Monday, 18 January 2016, 07:59 GMT
Reason for closing: Won't implement
Additional comments about closing: See comment.
Monday, 18 January 2016, 07:59 GMT
Reason for closing: Won't implement
Additional comments about closing: See comment.
By default it is disabled, even if found available on the system. I think it is not interesting for most users, so not enabling openal support.