Lines Matching defs:VOC_SOUND_DATA
46 VOC_SOUND_DATA = 1,
80 /* These functions would be required for files with more than one VOC_SOUND_DATA
230 case VOC_SOUND_DATA :
241 if (block_type == VOC_SOUND_DATA)
303 if (block_type != VOC_SOUND_DATA)
304 { psf_log_printf (psf, "*** Expecting VOC_SOUND_DATA section.\n") ;
450 ** If the file is mono 8 bit data, use VOC_SOUND_DATA.
460 psf_binheader_writef (psf, "e1311", BHW1 (VOC_SOUND_DATA), BHW3 ((int) (psf->datalength + 1)), BHW1 (rate_const), BHW1 (0)) ;
474 /* Now write the VOC_SOUND_DATA section
477 psf_binheader_writef (psf, "e1311", BHW1 (VOC_SOUND_DATA), BHW3 ((int) (psf->datalength + 1)), BHW1 (rate_const), BHW1 (0)) ;