summaryrefslogtreecommitdiff
path: root/apex
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-24 22:32:06 -0700
committerBen Sima <ben@bsima.me>2019-04-24 22:32:06 -0700
commitbc4c25e742d5e26aacf749372ce706bbfd899734 (patch)
tree0a71834d4edb1f03954a3df02dd40e88852be8d2 /apex
parentcb791831bc009827f797035ccc2e8c07db252349 (diff)
cmdwave experiment
Diffstat (limited to 'apex')
-rw-r--r--apex/Cmdwave.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/apex/Cmdwave.hs b/apex/Cmdwave.hs
new file mode 100644
index 0000000..315f57a
--- /dev/null
+++ b/apex/Cmdwave.hs
@@ -0,0 +1,8 @@
+import Sound.Pulse.Simple
+
+main :: IO ()
+main = do
+ s <- simpleNew Nothing "example" Record Nothing "this is an example application"
+ (SampleSpec (F32 LittleEndian) 44100 1) Nothing Nothing
+ _ <- simpleRead s $ 44100*10 :: IO [Float]
+ simpleFree s