pulse-simple 0.1.13 → 0.1.14
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- Sound/Pulse/Simple.hsc +1/−1
- pulse-simple.cabal +2/−2
Sound/Pulse/Simple.hsc view
@@ -5,7 +5,7 @@ -- Portability: non-portable -- -- Binding to PulseAudio Simple API (original documentation:--- <http://0pointer.de/lennart/projects/pulseaudio/doxygen/simple_8h.html>)+-- <http://freedesktop.org/software/pulseaudio/doxygen/simple_8h.html>) -- -- playback example(output 440Hz sine wave for 10 seconds): --
pulse-simple.cabal view
@@ -1,6 +1,6 @@ Name: pulse-simple Cabal-Version: >=1.2-Version: 0.1.13+Version: 0.1.14 Author: Daiki Handa Maintainer: xanxys@gmail.com Synopsis: binding to Simple API of pulseaudio@@ -12,7 +12,7 @@ Binding to simple version of client API for the pulseaudio soundserver. Although it does not provide advanced features and some not-so-adavanced features like volume control, it should be enough for simple applications.- Confirmed to work on linux(both 32 bit and 64 bit) with ghc 6.8 or 6.10.+ Confirmed to work on linux(32 bit and 64 bit) with ghc 6.8, 6.10, 7.0.4. Library Extensions: ForeignFunctionInterface