Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Util.Audio.ResampleMain

Description

This is a simple utility to resample audio files. It keeps the format and channels the same.

Documentation

main :: IO () Source #

for_ :: Int -> [a] -> (a -> IO ()) -> IO () Source #

data Flag Source #

Constructors

Set 
InPlace 
SRate Int 
Depth String 
Info 

Instances

Instances details
Show Flag Source # 
Instance details

Defined in Util.Audio.ResampleMain

Methods

showsPrec :: Int -> Flag -> ShowS #

show :: Flag -> String #

showList :: [Flag] -> ShowS #

Eq Flag Source # 
Instance details

Defined in Util.Audio.ResampleMain

Methods

(==) :: Flag -> Flag -> Bool #

(/=) :: Flag -> Flag -> Bool #