playMusicStream will not play if the application is on a different vitrual space #53
delyan-kirov
started this conversation in
General
Replies: 1 comment 1 reply
-
This sounds like something with raylib itself, not h-raylib. You should probably ask in the raylib github page or discord server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically title. I don't think this is the same behavior with the native
raylib
version, but I'm not sure. The functionplaySound
will play in the background. I just wanted to know if this is the intended behavior and if it is, is there a way to make it play in the background? The reason why I wanted to use this function is becauseplaySound
doesn't have a nice way of seeking to a point in the track.Beta Was this translation helpful? Give feedback.
All reactions