Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Play wav file in the background without a window on the forground
#3
Something like this:

Code: (Select All)
_ScreenHide
handle = _SndOpen("foo.wav")
_SndPlay handle
Do While _SndPlaying(handle)
_Delay .1
Loop
System
Reply


Messages In This Thread
RE: Play wav file in the background without a window on the forground - by SMcNeill - 09-15-2025, 07:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Enlarging window for older BAS programs (ie. Screen 7 mode) paulel 5 412 12-24-2025, 09:36 PM
Last Post: paulel
Music export _memsound buffer into wav file hsiangch_ong 2 314 12-12-2025, 10:28 PM
Last Post: hsiangch_ong
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 11 1,080 11-10-2025, 07:23 PM
Last Post: madscijr
  is there any way to position the inputbox$ window? madscijr 21 1,686 11-06-2025, 09:54 PM
Last Post: madscijr
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 0 226 10-26-2025, 06:58 PM
Last Post: madscijr

Forum Jump:


Users browsing this thread: 1 Guest(s)