Home
last modified time | relevance | path

Searched refs:audioformat_t (Results 1 – 2 of 2) sorted by relevance

/dports/audio/wav2cdr/wav2cdr/
H A Dwav2cdr.h199 } audioformat_t; typedef
219 audioformat_t informat; /* input file format */
220 audioformat_t outformat;/* output file format */
341 int get_af_header_size (audioformat_t af);
H A Ddata.c152 int get_af_header_size (audioformat_t af) in get_af_header_size()