Home
last modified time | relevance | path

Searched defs:filetyp (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csound/csound-6.15.0/util/
H A Dnew_srconv.c75 static int filetyp, outformat; variable
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dsoundio.h130 int filetyp; /* file format (TYP_WAV, etc.) */ member
H A DcsoundCore.h231 int sfread, sfwrite, sfheader, filetyp; member
/dports/audio/csound/csound-6.15.0/include/
H A Dsoundio.h132 int filetyp; /* file format (TYP_WAV, etc.) */ member
H A DcsoundCore.h233 int sfread, sfwrite, sfheader, filetyp; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dsoundio.h130 int filetyp; /* file format (TYP_WAV, etc.) */ member
H A DcsoundCore.h231 int sfread, sfwrite, sfheader, filetyp; member
/dports/audio/csound/csound-6.15.0/OOps/
H A Ddiskin2.c1038 int32_t filetyp = TYP_RAW, format = csound->oparms_.outformat, nchns = 1; in sndo1set_() local