bindings-portaudio: Low-level bindings to portaudio library

[ bsd3, library, sound ] [ Propose Tags ]

Flags

Automatic Flags
NameDescriptionDefault
wasapiDisabled
directsoundDisabled
wmmeDisabled
wdmksDisabled
bundle

Use bundled C sources. It is unstable due to the GHC bug.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0, 0.0.1, 0.0.2, 0.1, 0.2, 0.2.1, 0.3
Dependencies base (<5), bindings-DSL (>=1.0 && <1.1), vector [details]
License BSD-3-Clause
Author Fumiaki Kinoshita <fumiexcel@gmail.com>
Maintainer Fumiaki Kinoshita <fumiexcel@gmail.com>
Category Sound
Source repo head: git clone https://github.com/fumieval/bindings-portaudio.git
Uploaded by FumiakiKinoshita at 2016-12-30T05:46:19Z
Distributions NixOS:0.3
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5328 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2016-12-30 [all 1 reports]

Readme for bindings-portaudio-0.2

[back to package description]

bindings-portaudio

Installation on Windows

  1. Download and unpack the latest portaudio at a clear directory (e.g. C:\portaudio).
  2. Run bash configure, then make.
  3. Edit portaudio-2.0 as follows:
--- prefix=/usr/local
+++ prefix=C:/portaudio

--- libdir=${exec_prefix}/lib
+++ libdir=${exec_prefix}/lib/.libs
  1. If you don't have pkgconfig, download pkg-config from GTK+ Download: Windows (32-bit) and make sure pkg-config.exe is in your PATH.
  2. set PKG_CONFIG_PATH=C:/portaudio
  3. Run cabal update && cabal install bindings-portaudio.