sound conversion

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
User avatar
Myke
Newbie
Posts: 1
Joined: Thu Oct 26, 2006 7:52 am
Location: New Zealand

sound conversion

Post by Myke »

Though QuickBasic graphics work fine on Windows XP however sound does not. I have to use an emulator such as DOS Box just to hear them. Is there a way of converting QuickBasic made tunes into a suitable format such as WAV files for immediate playback so I don't have to use DOS Box every time I want to create tunes with QuickBasic. Thanks to anyone and all who have any suggestions or solutions.
buff1
Jr. Member
Posts: 19
Joined: Mon Oct 30, 2006 4:37 pm
Contact:

Post by buff1 »

sndrec32 should work in XP but... it may cause the graphics to mess up.
So.... maybe someone else can suggest an alternative.
Shell "sndrec32 /play /close /embedding "+filename$
Bulldog
Newbie
Posts: 4
Joined: Fri Nov 03, 2006 6:34 am

Post by Bulldog »

You might also try http://sourceforge.net/projects/vdmsound/ It works good for all of my dos programs.
Post Reply