Home
last modified time | relevance | path

Searched refs:au_header (Results 1 – 8 of 8) sorted by relevance

/dports/audio/vsound/vsound-0.6/
H A Dvsound.c178 static AU_HEADER au_header = variable
227 au_header.datasize = 0xFFFFFFFF ; in open()
308 au_header.datasize = 0xFFFFFFFF ; in close()
331 func_write (filefd, &au_header, sizeof (au_header)) ; in write()
335 func_write (dspfd, &au_header, sizeof (au_header)) ; in write()
499 au_header.encoding = 0 ; in dspctl()
504 au_header.magic = DNSDOT_MARKER ; in dspctl()
510 au_header.magic = DOTSND_MARKER ; in dspctl()
517 au_header.encoding = 0 ; in dspctl()
523 au_header.encoding = 0 ; in dspctl()
[all …]
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfile_au.c85 static const unsigned char au_header[4]= {'.','s','n','d'}; in register_header_check_au() local
86 register_header_check(0, au_header,sizeof(au_header), &header_check_au, file_stat); in register_header_check_au()
/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dau.c40 struct au_header { struct
50 struct au_header au; in fmt_au_read_info() argument
95 struct au_header au; in fmt_au_load_sample()
151 struct au_header au; in fmt_au_save_sample()
/dports/audio/rsynth/rsynth-2.0/
H A Daufile.c43 extern void au_header PROTO((int fd,unsigned enc,unsigned rate,unsigned size,char *comment));
46 au_header(fd, enc, rate, size, comment) in au_header() function
183 au_header(au_fd, au_encoding, samp_rate, SUN_UNSPEC, "");
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsound.c142 struct au_header struct
175 max (sizeof (struct wav_header), sizeof (struct au_header)) argument
618 struct au_header *header = (struct au_header *) s->header; in au_init()
644 struct au_header *header = (struct au_header *) s->header; in au_play()
815 struct au_header *header = (struct au_header *) s->header; in vox_choose_format()
1086 struct au_header *header = (struct au_header *) s->header; in alsa_choose_format()
/dports/editors/emacs/emacs-27.2/src/
H A Dsound.c142 struct au_header struct
175 max (sizeof (struct wav_header), sizeof (struct au_header)) argument
614 struct au_header *header = (struct au_header *) s->header; in au_init()
640 struct au_header *header = (struct au_header *) s->header; in au_play()
803 struct au_header *header = (struct au_header *) s->header; in vox_choose_format()
1074 struct au_header *header = (struct au_header *) s->header; in alsa_choose_format()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Dau.py116 def au_header(sample_rate, function
265 header = au_header(pcmreader.sample_rate,
300 f.write(au_header(pcmreader.sample_rate,
/dports/audio/alsa-utils/alsa-utils-1.2.2/aplay/
H A Dformats.h124 typedef struct au_header { struct