flac-0.1.0: Codec/Audio/FLAC/StreamEncoder/Apodization.hs
-- |
-- Module : Codec.Audio.FLAC.StreamEncoder.Apodization
-- Copyright : © 2016–2017 Mark Karpov
-- License : BSD 3 clause
--
-- Maintainer : Mark Karpov <markkarpov@openmailbox.org>
-- Stability : experimental
-- Portability : portable
--
-- This module exports the 'ApodizationFunction' data type, which is rarely
-- needed, and thus should not “contaminate” the
-- "Codec.Audio.FLAC.StreamEncoder" module with potentially confilcting
-- names.
module Codec.Audio.FLAC.StreamEncoder.Apodization
( ApodizationFunction (..) )
where
import Codec.Audio.FLAC.StreamEncoder.Internal.Types