Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readWaveFile :: MonadIO m => FilePath -> m Wavewave Codec.Audio.Wave Read a Wave record from a WAVE file found at given path. This action throws WaveException if the file is malformed and cannot be read. Vanilla WAVE and RF64 files are supported. The format is detected automatically from the contents of the file, not by extension. Only PCM with samples in the form of integers or floats are supported, see SampleFormat. Finally, if “fmt” chunk is not extensible, we try to guess the channel mask from the number of channels alone, here is how:
- 1 channel: front center (C)
- 2 channels: front left (L), front right (R)
- 3 channels: L, R, C
- 4 channels: L, R, back left (Lb), back right (Rb)
- 5 channels: L, R, C, Lb, Rb
- 6 channels: L, R, C, LFE, Lb, Rb
- 7 channels: L, R, C, LFE, back center (Cb), side left (Ls), side right (Rs)
- 8 channels: L, R, C, LFE, Lb, Rb, Ls, Rs
- N channels: first N items are taken from [minBound..maxBound] of SpeakerPositions
readFailure :: Text -> Either String (a, Text)xlsx Codec.Xlsx.Parser.Internal No documentation available.
readSuccess :: a -> Either String (a, Text)xlsx Codec.Xlsx.Parser.Internal No documentation available.
readSheet :: SheetIndex -> (SheetItem -> IO ()) -> XlsxM Boolxlsx Codec.Xlsx.Parser.Stream No documentation available.
readListFormulas :: Formula -> Maybe ListOrRangeExpressionxlsx Codec.Xlsx.Types.DataValidation No documentation available.
readOpExpression2 :: Text -> Cursor -> [ValidationExpression]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readValExpression :: Text -> [Formula] -> [ValidationExpression]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readValidationType :: Text -> Text -> Cursor -> [ValidationType]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readValidationTypeOpExp :: Text -> ValidationExpression -> [ValidationType]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readType1Font :: FilePath -> FilePath -> IO (Either ParseError Type1FontStructure)HPDF Graphics.PDF Create a type 1 font