[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2010-04-20T09:06:22-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/3142 2010-04-20T09:06:22-05:00 2010-04-20T09:06:22-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20579#p20579 <![CDATA[What is the most simplest way for loading sounds?]]>
(no added software needed)

Code:

#include "win/mmsystem.bi"Sub initsoundsDim As String soundfic   soundfic="sounds/slash.mp3"   mcisendstring("open "+chr$(34)+soundfic+chr$(34)+" shareable alias slash",0,0,0)   soundfic="sounds/impact.mp3"   mcisendstring("open "+chr$(34)+soundfic+chr$(34)+" shareable alias impact",0,0,0)'etc...End SubSub closesounds 'on exit mcisendstring("close slash",0,0,0)mcisendstring("close impact",0,0,0)End SubSub soundslash   mcisendstring("play slash from 0",0,0,0)End SubSub soundimpact   mcisendstring("play impact from 0",0,0,0)End Sub'etc...

Statistics: Posted by chung — Tue Apr 20, 2010 9:06 am


]]>
2009-10-11T13:58:21-05:00 2009-10-11T13:58:21-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=19924#p19924 <![CDATA[What is the most simplest way for loading sounds?]]>

Statistics: Posted by SumoAlien — Sun Oct 11, 2009 1:58 pm


]]>
2009-10-10T04:26:08-05:00 2009-10-10T04:26:08-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=19915#p19915 <![CDATA[I found it! thanks.]]> Statistics: Posted by BigBadKing — Sat Oct 10, 2009 4:26 am


]]>
2009-10-09T18:57:41-05:00 2009-10-09T18:57:41-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=19910#p19910 <![CDATA[What is the most simplest way for loading sounds?]]>
BigBadKing, look into libraries such as FMOD, Bass, FBsound, etc. There are plenty to choose from.

Statistics: Posted by Nodtveidt — Fri Oct 09, 2009 6:57 pm


]]>
2009-10-09T15:10:30-05:00 2009-10-09T15:10:30-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=19909#p19909 <![CDATA[What is the most simplest way for loading sounds?]]>
Otherwise you may wait a long time here for an answer. Try the FB site.

Statistics: Posted by burger2227 — Fri Oct 09, 2009 3:10 pm


]]>
2009-10-09T13:04:06-05:00 2009-10-09T13:04:06-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=19908#p19908 <![CDATA[What is the most simplest way for loading sounds?]]> play sounds, and now can i ask you that "what is the most simplest
way for playing sounds in a game". thanks for your attention.

Statistics: Posted by BigBadKing — Fri Oct 09, 2009 1:04 pm


]]>