Mixing Sounds

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
User avatar
Zamaster
Veteran
Posts: 174
Joined: Wed Jun 15, 2005 1:51 pm

Mixing Sounds

Post by Zamaster »

Direct QB 2.0 needs sound support where you can mix to sound channels together. Im gonna use the processor to mix the channels and then route them to the sound card. Here's the problem, How much processing time do you suppose it might take to mix then play a sound via the CPU? Cause if it takes to long I need to find an alternative method and bag the old one.
C:\DOS
C:\DOS\RUN
RUN\DOS\RUN
User avatar
Zamaster
Veteran
Posts: 174
Joined: Wed Jun 15, 2005 1:51 pm

Post by Zamaster »

Never mind, just figured out it was the only way.
C:\DOS
C:\DOS\RUN
RUN\DOS\RUN
Post Reply