@hackage bindings-portaudio0.3
Low-level bindings to portaudio library
Installation
Dependencies (3)
- base <5
- vector
- bindings-DSL ^>=1.0 Show all…
Dependents (2)
@hackage/call, @hackage/acme-everything
Package Flags
wasapi(off by default)
directsound(off by default)
wmme(off by default)
wdmks(off by default)
bundle
(off by default)
Use bundled C sources. It is unstable due to the GHC bug.
bindings-portaudio
Installation on Windows
- Download and unpack the latest portaudio at a clear directory (e.g.
C:\portaudio
). - Run
bash configure
, thenmake
. - Edit
portaudio-2.0
as follows:
--- prefix=/usr/local
+++ prefix=C:/portaudio
--- libdir=${exec_prefix}/lib
+++ libdir=${exec_prefix}/lib/.libs
- If you don't have pkgconfig, download
pkg-config
from GTK+ Download: Windows (32-bit) and make surepkg-config.exe
is in yourPATH
. set PKG_CONFIG_PATH=C:/portaudio
- Run
cabal update && cabal install bindings-portaudio
.