Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PicturePublisherLogotype :: PictureType

    flac Codec.Audio.FLAC.Metadata

    Publisher/studio logotype

  2. PictureRecordingLocation :: PictureType

    flac Codec.Audio.FLAC.Metadata

    Recording location

  3. data PictureType

    flac Codec.Audio.FLAC.Metadata

    Type of picture FLAC metadata can contain. There may be several metadata blocks containing pictures of different types.

  4. PictureVideoScreenCapture :: PictureType

    flac Codec.Audio.FLAC.Metadata

    Movie/video screen capture

  5. PartialTukey :: Natural -> Maybe (Double, Maybe Double) -> ApodizationFunction

    flac Codec.Audio.FLAC.StreamEncoder.Apodization

    The parameters are a series of small windows (all treated separately). The three parameters are n, ov and P. n is the number of functions to add, ov is the overlap of the windows. P is the fraction of the window that is tapered, like with a regular tukey window. The function can be specified with only a number, a number and an overlap, or a number, an overlap and a P. ov should be smaller than 1 and can be negative.

  6. PunchoutTukey :: Natural -> Maybe (Double, Maybe Double) -> ApodizationFunction

    flac Codec.Audio.FLAC.StreamEncoder.Apodization

    The parameters are a series of windows that have a hole in them. In this way, the predictor is constructed with only a part of the block, which helps in case a block consists of dissimilar parts. All said about the parameters in the comment for PartialTukey applies here, with the exception that ov is the overlap in the gaps in this case.

  7. module Flat.Decoder.Prim

    Strict Decoder Primitives

  8. module Flat.Encoder.Prim

    Encoding Primitives

  9. type Prim = S -> IO S

    flat Flat.Encoder.Types

    A basic encoder

  10. data PostAligned a

    flat Flat.Filler

    A Post aligned value, a value followed by a filler Useful to complete the encoding of a top-level value

Page 836 of many | Previous | Next