]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - Sound/EsounD/Types.hs
Sound.EsounD.Player
[EsounD.git] / Sound / EsounD / Types.hs
diff --git a/Sound/EsounD/Types.hs b/Sound/EsounD/Types.hs
new file mode 100644 (file)
index 0000000..2525f46
--- /dev/null
@@ -0,0 +1,10 @@
+module Sound.EsounD.Types
+    ( Frame
+
+    , Channels
+    , Mono
+    , Stereo
+    )
+    where
+
+import Sound.EsounD.Internals