-
Notifications
You must be signed in to change notification settings - Fork 94
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
in libao code, dlopen is used to load some plugins #46
Comments
I think this is a more stable solution: xiph/libao#10 |
could the plugins be disabled? |
goldendict must enable the plugin to play audiao. |
someone has build alsa as build-in: https://github.com/Tslabdev/tslab_libao_library/commits/master |
maybe in the future ,we can change libao to other packages such as portaudio etc? |
QWebEngine contains a chromium, but it can't play audio without libao+ffmpeg? |
as far as I know ,the builtin chromium can not play speex format. if libao+ffmpeg does not work ,try to chagne the audio play engine to qtmultimedia and have a try. there is a period of time ,I have used chromium engine to play sound . maybe we can add built-in chromium engine as a third option for user to choose. |
libao.dylib is universal library now
libao: static link libmacosx.so plugin, fix #46
but the path is hardcode here: https://github.com/xiph/libao/blob/master/src/audio_out.c#L298
and
macdeployqt
can't handle dependencies like this.the original maclibs/libao.dylib looks like has some hack:
I'm looking for a solution.
EDIT:
the patch version is here:
https://github.com/timonwong/libao/commits/goldendict
https://github.com/goldendict/goldendict/blob/b2e673961d28ca5eb920a909091252d3321f09d6/maclibs/scripts/libao.txt
The text was updated successfully, but these errors were encountered: