12-17-2022, 02:35 PM
@Dav Here's a trick for you to try with the upgraded version of QB64-PE:
Change the line in your code where you open the songs to look like the above, and then give it a run. Let me know how long it takes to load the songs for you then, and whether or not they even play for you. As you mentioned in your own post, these features are still $UNSTABLE and need as much testing and feedback as we can give them.
Code: (Select All)
songhand&(s) = _SndOpen(song$(s), "stream")
Change the line in your code where you open the songs to look like the above, and then give it a run. Let me know how long it takes to load the songs for you then, and whether or not they even play for you. As you mentioned in your own post, these features are still $UNSTABLE and need as much testing and feedback as we can give them.