Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Hajnoczi 5efd0b159b package portaudio: update to v19_20140130
A new PortAudio stable release has been made.

The mxe-specific patches in src/portaudio-1-win32.patch have changed as
follows:

  [Unchanged]  pa_win_ds.c needs a definition for DSSPEAKER_7POINT1
  from the DirectSound headers.  Mingw doesn't include this constant so
  we patch it.

  [Added] CalculateBufferSettings() mixes int and unsigned long types.
  gcc treats this sloppy use of types as an error.  Manually cast since
  we know it's safe on Windows where the LLP64 data model is used.

  [Added] configure.in mistakingly lists pa_win_wdmks_util.o instead of
  the correct filename, pa_win_wdmks_utils.o.  I have sent a patch
  upstream to PortAudio and we'll be able to drop this in the next
  update.

  [Dropped] pa_win_wdmks.c now uses special headers for mingw so we do
  not need to define _WAVEFORMATEXTENSIBLE_ anymore.

  [Dropped] configure.in now supports building multiple hostapis with
  mingw since my patch was merged upstream in PortAudio.  We no longer
  need to modify LIBS.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
2014-02-02 15:23:32 +01:00
Stefan Hajnoczi 85aa9e7e56 Update PortAudio v19 from 20071207 to 20111121
This patch updates PortAudio to v19 20111121 from 20071207.

The src/portaudio-1-win32.patch ./configure hunks have been submitted upstream
and will be in the next PortAudio release.  In the meantime we must carry this
patch to build multiple audio host APIs for Windows.

This patch also enables the WASAPI, WDM Kernel Streaming, and WinMME host APIs
for a broader selection of Windows audio APIs.  WASAPI and WDM Kernel Streaming
are especially useful for low-latency audio.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
2012-08-12 12:42:10 +01:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Volker Grabsch 6f45b35ff4 improved naming of patch files 2010-05-14 19:59:46 +02:00
Renamed from src/portaudio-win32.patch (Browse further)