Util.Audio.ResampleMain
Description
This is a simple utility to resample audio files. It keeps the format and channels the same.
main :: IO () Source #
for_ :: Int -> [a] -> (a -> IO ()) -> IO () Source #
defaultSRate :: Int Source #
data Flag Source #
Constructors
Defined in Util.Audio.ResampleMain
Methods
showsPrec :: Int -> Flag -> ShowS #
show :: Flag -> String #
showList :: [Flag] -> ShowS #
(==) :: Flag -> Flag -> Bool #
(/=) :: Flag -> Flag -> Bool #
options :: [GetOpt.OptDescr Flag] Source #
parseDepth :: String -> IO Sndfile.SampleFormat Source #
parseDepth_ :: String -> Maybe Sndfile.SampleFormat Source #
process :: Bool -> Maybe Sndfile.SampleFormat -> Int -> FilePath -> FilePath -> IO () Source #