From b51d2b4c772cf141dae640456bd289ab8070111b Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 5 Dec 2016 23:38:17 +0300 Subject: [PATCH] =?UTF-8?q?Export=20=E2=80=98SpeakerPosition=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Codec/Audio/Wave.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Codec/Audio/Wave.hs b/Codec/Audio/Wave.hs index d298491..910c05c 100644 --- a/Codec/Audio/Wave.hs +++ b/Codec/Audio/Wave.hs @@ -48,6 +48,7 @@ module Codec.Audio.Wave Wave (..) , WaveFormat (..) , SampleFormat (..) + , SpeakerPosition (..) , WaveException (..) -- * Derived information , waveByteRate