| Author |
Message |
gadgetmind Newbie

 Joined: 23 Jan 2011 Posts: 3
|
Posted: Mon Jan 24, 2011 4:19 am
Post subject: Adding Sound Blaster 16 audio to an old game |
|
|
I recently resurrected the source code for an old DOS game called "Carrier Command", and it's building from source and running nicely in doxbox.
When it was released in 1988, sound cards hadn't really arrived, so it just used the PC speaker. I'd like to add Sound Blaster 16 support, but would like to talk thought the ins and outs of samples versus FM first.
Is here a good place?
Regards
Ian |
|
| Back to top |
|
 |
dosraider Admin

 Joined: 15 Mar 2005 Posts: 8872 Location: ROTFLMAO in Belgium.
|
|
| Back to top |
|
 |
gadgetmind Newbie

 Joined: 23 Jan 2011 Posts: 3
|
Posted: Tue Jan 25, 2011 1:52 am
Post subject: |
|
|
Thanks, will do.
My current thinking is to use the FM synth for background (engine etc.) noises, and as it's similar to the chip in the Sega Genesis, I can use a fair few ideas from the port of Abrams I did for that platform. I got a bit carried away there and even did depth cued and doppler shifted helicopter effects!
I might do explosions etc. the same way, or these could be samples. It's the singleton nature of samples that bothers me.
Regards
Ian |
|
| Back to top |
|
 |
|