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
looks like if AVPlayer has muted: true the setMute() in AudioOutputPulse.cpp is called without prior calling init() so "loop" lock is null. PA asserts with:
Assertion 'm' failed at pulse/thread-mainloop.c:163, function pa_threaded_mainloop_lock(). Aborting.
The text was updated successfully, but these errors were encountered:
looks like if AVPlayer has muted: true the setMute() in AudioOutputPulse.cpp is called without prior calling init() so "loop" lock is null. PA asserts with:
Assertion 'm' failed at pulse/thread-mainloop.c:163, function pa_threaded_mainloop_lock(). Aborting.
The text was updated successfully, but these errors were encountered: