#include  <io.h>
#include  <conio.h>
#include  <dos.h>
#include  <bios.h>
#include  <stdio.h>
#include  <string.h>
#include  <stdlib.h>

#include  <sbc.h>
#include  <sbcvoice.h>


#include  <loaddrv.c>

#include "sample.c"
#include "sample2.c"

#include "sb_voice.c"

main(int argc,char **argv)
{
int k;

       if(!sb_voice_init())
       {
               playsample(sample,0);
               while(! kbhit());

               playsample(sample2,1);
               sb_voice_exit();
       }
}