snd/sndfile

type sndfile < stream

TBD

meth sndfile(Arg₁: stream, Arg₂: string, ...): sndfile

TBD

meth sndfile(Arg₁: stream, Arg₂: string, Arg₃₁ is Value₁, ...): sndfile

TBD

meth (Arg₁: sndfile):channels

TBD

meth (Arg₁: sndfile):format

TBD

meth (SndFile: sndfile):get(Name: sndfile::string): string

TBD

meth (Arg₁: sndfile):rate

TBD

meth (SndFile: sndfile):set(Name: sndfile::string, Value: string)

TBD

meth (Arg₁: sndfile):strerror

TBD

type sndfile::format < flags
  • ::WAV

  • ::AIFF

  • ::AU

  • ::RAW

  • ::PAF

  • ::SVX

  • ::NIST

  • ::VOC

  • ::IRCAM

  • ::W64

  • ::MAT4

  • ::MAT5

  • ::PVF

  • ::XI

  • ::HTK

  • ::SDS

  • ::AVR

  • ::WAVEX

  • ::SD2

  • ::FLAC

  • ::CAF

  • ::WVE

  • ::Ogg

  • ::MPC2K

  • ::RF64

  • ::PCM_S8

  • ::PCM_16

  • ::PCM_24

  • ::PCM_32

  • ::PCM_U8

  • ::Float

  • ::Double

  • ::ULAW

  • ::ALAW

  • ::IMA_ADPCM

  • ::MS_ADPCM

  • ::GSM610

  • ::VOX_ADPCM

  • ::G721_32

  • ::G723_24

  • ::G723_40

  • ::DWVW_12

  • ::DWVW_16

  • ::DWVW_24

  • ::DWVW_N

  • ::DPCM_8

  • ::DPCM_16

  • ::Vorbis

  • ::SubMask

  • ::TypeMask

  • ::EndMask

type sndfile::string < enum
  • ::Title

  • ::Copyright

  • ::Software

  • ::Artist

  • ::Comment

  • ::Date

  • ::Album

  • ::License

  • ::TrackNumber

  • ::Genre