-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
iOS: audio recording is stopped when switching to UTM #3996
Comments
Same here, when UTM switches to the background and switches back, the sound inside the virtual machine will not play. |
This is probably a gstreamer-related issue. Maybe changes could be made to the build scripts to fix this. |
I feel like something can be patched in spice-gtk in how it instantiates gstreamer |
Could we also fix #3299 that way? |
Possibly. I just haven’t had time to look into it at all. |
I guess you need create a function named applicationDidBecomeActive in AppDelegate.mm to recapture the sound etc. |
Hey friends, whenever I start to record a VoiceMemo, as I switch back to UTM, the recording stops. I'd really need to do both of this at the same time. Anything we could do about it? I guess that the audio session created by UTM is declared as non-mixable? Especially as also when I leave the app any playback stops...
Created using UTMbot
Questioner: neverseen#0001Moderator: osy#9440
The text was updated successfully, but these errors were encountered: