You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #60. I tried to substitute pulseaudio with apulse, but when some kde app tries to play a sound (e.g. when message box is shown), it always hangs at the following place:
#0 0x00007ffff0fd3e9d in write () at /lib64/libc.so.6
#1 0x00007fffe9775fae in pa_mainloop_wakeup () at /usr/lib/libpulse.so.0
#2 0x00007fffe9776046 in ml_api_defer_new () at /usr/lib/libpulse.so.0
#3 0x00007ffff011e24c in () at /usr/lib64/libphonon4qt5.so.4
#4 0x00007fffe9774e96 in deh_context_state_changed () at /usr/lib/libpulse.so.0
#5 0x00007fffe9775a33 in pa_mainloop_dispatch () at /usr/lib/libpulse.so.0
#6 0x00007ffff011ac0f in Phonon::PulseSupport::PulseSupport() () at /usr/lib64/libphonon4qt5.so.4
#7 0x00007ffff011aec9 in Phonon::PulseSupport::getInstanceOrNull(bool) () at /usr/lib64/libphonon4qt5.so.4
#8 0x00007fffcf007e59 in () at /usr/lib64/qt5/plugins/phonon4qt5_backend/phonon_gstreamer.so
Can apulse implement no-op (not asking about playback) instead of blocking an app?
The text was updated successfully, but these errors were encountered:
Looks like another portion of code stubs (aca334f...cf3d054) is somehow enough for a sample Phonon application to play audio. I see in the debug logs that it calls .defer_new, which is not implemented. But somehow is fine with it doing nothing. I don't understand why.
Anyway, those changes are pushed to the master branch.
So... there is still no sound right? I test with a small simple standalone application. It's easier that way. I'd like to avoid testing with KDE apps, if possible. They tend to do a lot, which make debugging cumbersome.
This is related to #60. I tried to substitute pulseaudio with apulse, but when some kde app tries to play a sound (e.g. when message box is shown), it always hangs at the following place:
Can apulse implement no-op (not asking about playback) instead of blocking an app?
The text was updated successfully, but these errors were encountered: