Does Blitzmax work fine without a sound card?

BlitzMax Forums/BlitzMax Programming/Does Blitzmax work fine without a sound card?

Robert Cummings(Posted 2005) [#1]
If so what happens? I recall problems in Blitz3D...


Perturbatio(Posted 2005) [#2]
it's a good question, you could test it by disabling your sound card in Device Mangler.


ImaginaryHuman(Posted 2005) [#3]
I would assume that there would just be no sound output. ?


Perturbatio(Posted 2005) [#4]
I would assume that there would just be no sound output. ?

The greatest danger in the world is to assume anything about windows. :)


dynaman(Posted 2005) [#5]
I have a machine without sound and blitzmax works fine on it.


Perturbatio(Posted 2005) [#6]
What O/S?


Robert Cummings(Posted 2005) [#7]
And you are actually loading and playing sounds on the machine without a soundcard? :)


skidracer(Posted 2005) [#8]
Yes, BlitzMax has a null audio driver specifically for handling such setups.


IPete2(Posted 2005) [#9]
coooool.

IPete2.


Robert Cummings(Posted 2005) [#10]
Brilliant thanks Skid.

I ask because some of the supposedly-casual friendly games actually didn't run on this pc I was building for a friend yesterday (it didn't have a sound card) - but wasn't able to test bmax.


TartanTangerine (was Indiepath)(Posted 2005) [#11]
Yeah works fine for me too, I've an old machine with no card in it and has no problems. Would be nice if it did not load the sounds though.


Perturbatio(Posted 2005) [#12]
Is there a way to detect when BMax is using the null audio driver?

i.e.
If NullAudioDriver() then 

Endif



Tom Darby(Posted 2005) [#13]
Great to know--my old BlitzBasic projects really didn't like systems that didn't have a sound card, and I'd been kinda-wondering whether or not this was still an issue...