csound-expression-0.3.4: Csound combinator library

Safe HaskellNone

CsoundExpr.Opcodes.Sigio.Queries

Description

Sound File Queries

Synopsis

Documentation

filelen :: [Irate] -> String -> IrateSource

  • opcode : filelen
  • syntax :
   ir filelen ifilcod, [iallowraw]
  • description :

Returns the length of a sound file.

filenchnls :: [Irate] -> String -> IrateSource

  • opcode : filenchnls
  • syntax :
   ir filenchnls ifilcod [, iallowraw]
  • description :

Returns the number of channels in a sound file.

filepeak :: [Irate] -> String -> IrateSource

  • opcode : filepeak
  • syntax :
   ir filepeak ifilcod [, ichnl]
  • description :

Returns the peak absolute value of a sound file.

filesr :: [Irate] -> String -> IrateSource

  • opcode : filesr
  • syntax :
   ir filesr ifilcod [, iallowraw]
  • description :

Returns the sample rate of a sound file.