]> Repos - portaudio/log
portaudio
14 years agofixed typo in comment. added whitespace.
rbencina [Mon, 2 Apr 2012 07:20:04 +0000 (07:20 +0000)]
fixed typo in comment. added whitespace.

14 years agoalsa: fix paSwapEndian applied to non-24bit formats due to incorrect logic of tests
dmitrykos [Wed, 28 Mar 2012 16:14:49 +0000 (16:14 +0000)]
alsa: fix paSwapEndian applied to non-24bit formats due to incorrect logic of tests

14 years agoAlsa: add a workaround for stuttering/xruns when using default device on Alsa-lib...
gineera [Thu, 1 Mar 2012 21:20:07 +0000 (21:20 +0000)]
Alsa: add a workaround for stuttering/xruns when using default device on Alsa-lib older than 1.0.16 (caused by zero 'revents' when poll() returns).

14 years agoWDM-KS:
robiwan [Sat, 25 Feb 2012 07:43:10 +0000 (07:43 +0000)]
WDM-KS:
- Fixed so default sample rate prioritizes frequencies earlier in search order
- Changed WIN32 to _WIN32 (as it is always defined, both in x86 & x64 builds)

14 years agoASIO:
robiwan [Thu, 23 Feb 2012 15:29:24 +0000 (15:29 +0000)]
ASIO:
- Certain drivers write over the available memory of PaAsioDriverInfo, now a padding area makes sure
  the stack doesn't get corrupted.
WDM-KS:
- Corrected capture event handling

14 years agoAdded support for displaying UTF-8 encoded device names
robiwan [Wed, 22 Feb 2012 12:44:10 +0000 (12:44 +0000)]
Added support for displaying UTF-8 encoded device names

14 years agoGeneral:
robiwan [Wed, 22 Feb 2012 12:20:26 +0000 (12:20 +0000)]
General:
- Change of CMake options to utilize built in header configuration support (PA_USE_*)
- Added CMakeLists.txt for examples
- Added paex_ocean_shore.c as an example how to use PA ring buffer for lock-free communication with the audio callback
WDM-KS:
- Added better default sample rate support
- Made sure that all pins now have a name, even if only "Input" or "Output"
- IsUSBDevice fixed acc. to Alex Lessard's suggestion
- IsNameUSBAudioDevice fixed similarly

14 years agoalsa:
dmitrykos [Thu, 16 Feb 2012 16:59:03 +0000 (16:59 +0000)]
alsa:
- support for sub-devices;
- fixed 24-bit format support for some devices which on little-endian machine operate only in big-endian format, example of such device is Audio4DJ which supports only SND_PCM_FORMAT_S24_3BE (for this patch implemented support only for 24-bit audio samples although other formats may be added in case of necessity and if such devices exist);
! special thanks to Owen Williams from Mixxx project who tested these changes/fixes on real Audio4DJ device.

14 years agowasapi:
dmitrykos [Thu, 16 Feb 2012 15:02:08 +0000 (15:02 +0000)]
wasapi:
- fixed possible buffer overrun inside WASAPI for Output poll-driven mode according ticket #196 (thanks to Ross Bencina for spotting this and proposing the solution)

14 years agowasapi:
dmitrykos [Thu, 16 Feb 2012 14:49:28 +0000 (14:49 +0000)]
wasapi:
- fixed device name incorrect in case it contains non-Latin characters (thanks to Robert Bielik for proposed solution), now it is converted to UTF-8 encoded string
- fixed damaged audio (pops & clicks) for Input exclusive event-driven mode if specified latency was below 23 ms

14 years agoMerged WaveRT branch (excluding stuff pertaining to ticket #169)
robiwan [Tue, 14 Feb 2012 09:32:57 +0000 (09:32 +0000)]
Merged WaveRT branch (excluding stuff pertaining to ticket #169)

14 years agocleaned up tutorial start page
rbencina [Wed, 25 Jan 2012 07:08:11 +0000 (07:08 +0000)]
cleaned up tutorial start page

14 years agodoc tweak
rbencina [Wed, 25 Jan 2012 06:52:41 +0000 (06:52 +0000)]
doc tweak

14 years agotweaked tutorial doc to reference local files
rbencina [Wed, 25 Jan 2012 06:50:10 +0000 (06:50 +0000)]
tweaked tutorial doc to reference local files

14 years agoadded tutorial doxygen pages converted from old trac wiki
rbencina [Wed, 25 Jan 2012 06:44:05 +0000 (06:44 +0000)]
added tutorial doxygen pages converted from old trac wiki

14 years agofixed bug in coreaudio host api: suggested latency of zero with fixed user buffer...
rossb [Wed, 11 Jan 2012 13:22:50 +0000 (13:22 +0000)]
fixed bug in coreaudio host api: suggested latency of zero with fixed user buffer size resulted in min supported buffer size instead of requested user buffer size

14 years agoadded function to query core audio buffer size range
rossb [Wed, 11 Jan 2012 13:03:11 +0000 (13:03 +0000)]
added function to query core audio buffer size range

14 years agofixed regression in r1718 (PA/coreaudio) where PA callback timestamps would be offset...
rossb [Tue, 27 Dec 2011 08:58:59 +0000 (08:58 +0000)]
fixed regression in r1718 (PA/coreaudio) where PA callback timestamps would be offset by massive latency (frames interpreted as seconds) if the initial query for actual device sample rate failed. This checkin reinstates the use of nominal sample rate as default for latency calculations when actual sample rate query fails.

14 years agoCorrect some entries in the devices 'predefinedNames' list - 'dmix' device is always...
alan_horstmann [Thu, 8 Dec 2011 19:43:29 +0000 (19:43 +0000)]
Correct some entries in the devices 'predefinedNames' list - 'dmix' device is always only for playback.  This removes an Alsa-lib dmix error message during Portaudio initialization.

14 years agoadded dsound find best latency params test. resolves #186
rossb [Thu, 24 Nov 2011 18:58:13 +0000 (18:58 +0000)]
added dsound find best latency params test. resolves #186

14 years agoImplemented host-API specific mechanism for setting DirectSound buffer sizes in frame...
rossb [Thu, 24 Nov 2011 18:11:33 +0000 (18:11 +0000)]
Implemented host-API specific mechanism for setting DirectSound buffer sizes in frames. resolves #129

14 years agoupdated ASIO-README.txt closes ticket #8 pa_stable_v19_20111121_r1788
rossb [Sun, 20 Nov 2011 07:12:10 +0000 (07:12 +0000)]
updated ASIO-README.txt closes ticket #8

14 years agoRan autoreconf for mods from Ross.
philburk [Fri, 11 Nov 2011 18:27:15 +0000 (18:27 +0000)]
Ran autoreconf for mods from Ross.

14 years agofixed configure.in and makefile.in. attempt #2. fixes incorrect escapes in r1772
rossb [Fri, 11 Nov 2011 04:06:17 +0000 (04:06 +0000)]
fixed configure.in and makefile.in. attempt #2. fixes incorrect escapes in r1772

14 years agoRan autoreconf for configure updates.
philburk [Thu, 10 Nov 2011 18:33:29 +0000 (18:33 +0000)]
Ran autoreconf for configure updates.

14 years agoname therapy: suggestedLatency => targetBufferingLatency
rossb [Thu, 10 Nov 2011 14:51:15 +0000 (14:51 +0000)]
name therapy: suggestedLatency => targetBufferingLatency

14 years agoname therapy: renamed suggestedLatencyFrames to targetBufferingLatencyFrames
rossb [Thu, 10 Nov 2011 13:59:53 +0000 (13:59 +0000)]
name therapy: renamed suggestedLatencyFrames to targetBufferingLatencyFrames

14 years agouse bufferMaxSize for defaultHighLatency in asio impl
rossb [Thu, 10 Nov 2011 13:37:05 +0000 (13:37 +0000)]
use bufferMaxSize for defaultHighLatency in asio impl

14 years agoadded comments explaining why ticket #199 can't be fixed
rossb [Thu, 10 Nov 2011 08:34:00 +0000 (08:34 +0000)]
added comments explaining why ticket #199 can't be fixed

14 years agofixed host buffer size algorithm to prefer multiples of user frames per buffer. fixes #93
rossb [Thu, 10 Nov 2011 06:55:33 +0000 (06:55 +0000)]
fixed host buffer size algorithm to prefer multiples of user frames per buffer. fixes #93

14 years agotweaked dsound callback time info calculations. implemented adc time. resolves #122
rossb [Thu, 10 Nov 2011 05:47:50 +0000 (05:47 +0000)]
tweaked dsound callback time info calculations.  implemented adc time. resolves #122

14 years agodefine WIN32_WINNT and WINVER to 501 (winxp) to resolve conflict between mingw winbas...
rossb [Thu, 10 Nov 2011 03:51:52 +0000 (03:51 +0000)]
define WIN32_WINNT and WINVER to 501 (winxp) to resolve conflict between mingw winbase.h and asio sdk combase.h

14 years agoconfigure.in and makefile.in changes to (hopefully) fix include paths issues on mingw
rossb [Thu, 10 Nov 2011 03:01:11 +0000 (03:01 +0000)]
configure.in and makefile.in changes to (hopefully) fix include paths issues on mingw

14 years agoRan autoreconf to rebuild configure.
philburk [Mon, 31 Oct 2011 16:27:38 +0000 (16:27 +0000)]
Ran autoreconf to rebuild configure.

14 years agofix configure.in to find a C++ compiler when needed. seems this has been a problem...
rossb [Mon, 31 Oct 2011 14:02:13 +0000 (14:02 +0000)]
fix configure.in to find a C++ compiler when needed. seems this has been a problem with asio since march 2011.

14 years agotest SVN repository
philburk [Thu, 27 Oct 2011 16:35:59 +0000 (16:35 +0000)]
test SVN repository

14 years agoApply patch for Debian from Samuel Thibault.
philburk [Thu, 27 Oct 2011 06:52:01 +0000 (06:52 +0000)]
Apply patch for Debian from Samuel Thibault.

14 years agoCoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer...
rossb [Thu, 20 Oct 2011 09:40:12 +0000 (09:40 +0000)]
CoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer multiple of user buffer

14 years agoUpdate header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email.
eblennerhassett [Tue, 18 Oct 2011 20:48:49 +0000 (20:48 +0000)]
Update header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email.

14 years agoReplace deprecated HPI functions and datatypes with current (HPIv4.08) for #197
eblennerhassett [Tue, 18 Oct 2011 20:34:48 +0000 (20:34 +0000)]
Replace deprecated HPI functions and datatypes with current (HPIv4.08) for #197
Remove support for HPI < 3.5
Replace unused subsys pointer parameter with NULL.

14 years agoFix warnings in loopback.
philburk [Thu, 8 Sep 2011 09:29:21 +0000 (09:29 +0000)]
Fix warnings in loopback.
Disable test for defaultHigh > defaultLow.

14 years agoAdd self tests to paqa_latency.c
philburk [Thu, 8 Sep 2011 09:13:16 +0000 (09:13 +0000)]
Add self tests to paqa_latency.c

14 years agoFix compiler warnings on Mac.
philburk [Thu, 8 Sep 2011 06:09:29 +0000 (06:09 +0000)]
Fix compiler warnings on Mac.

14 years agoMove paqa_devs and paqa_errs to qa folder. Clean up tests.
philburk [Thu, 8 Sep 2011 05:32:07 +0000 (05:32 +0000)]
Move paqa_devs and paqa_errs to qa folder.  Clean up tests.

14 years agoadded Doxyfile.developer for generating internal docs. added doxygen brief descriptio...
rossb [Thu, 8 Sep 2011 04:17:58 +0000 (04:17 +0000)]
added Doxyfile.developer for generating internal docs. added doxygen brief descriptions to mme example files

14 years agoupdated doxygen stuff to generate sane user documentation (work in progress)
rossb [Thu, 8 Sep 2011 03:34:03 +0000 (03:34 +0000)]
updated doxygen stuff to generate sane user documentation (work in progress)

14 years agomoved example programs from test folder to examples folder
philburk [Thu, 8 Sep 2011 03:21:55 +0000 (03:21 +0000)]
moved example programs from test folder to examples folder

14 years agoFixed configure so it works for paex_sine.
philburk [Wed, 7 Sep 2011 23:57:43 +0000 (23:57 +0000)]
Fixed configure so it works for paex_sine.

14 years agoExperiment with moving example code into its own folder.
philburk [Wed, 7 Sep 2011 23:54:04 +0000 (23:54 +0000)]
Experiment with moving example code into its own folder.
Note that this revision needs to have autoreconf run.
I tried to do that on Mac but it failed. So I will try on Linux.

14 years agoImplement the Float32 to UInt8 converters.
philburk [Thu, 1 Sep 2011 22:08:32 +0000 (22:08 +0000)]
Implement the Float32 to UInt8 converters.
The loopback test now passes cleanly for the first time on my PreSonus FireStudio.
Added tests for clip and dither flag combinations to loopback.

14 years agotest ignore
rossb [Sat, 27 Aug 2011 17:19:22 +0000 (17:19 +0000)]
test ignore

14 years agoadded stream callback documentation describing real-time constraints including not...
rossb [Thu, 25 Aug 2011 17:44:01 +0000 (17:44 +0000)]
added stream callback documentation describing real-time constraints including not calling non-real-time code, and that it should be safe to consume 70% or more of available CPU time in the callback. resolves #96

14 years agoFixed directsound PaDeviceInfo default latency and PaStreamInfo latency fields. Fixed...
rossb [Thu, 25 Aug 2011 15:59:32 +0000 (15:59 +0000)]
Fixed directsound PaDeviceInfo default latency and PaStreamInfo latency fields. Fixed host buffer size calculations based on suggestedLatency parameters. Switched to using 48kHz as default sample rate when other info isn't available. Fixed edge case in TimeSlice() where a full duplex stream could read data even though either input or output reported zero bytes available. Renamed some variables for clarity. Fixes ticket #160 (PaStreamInfo latency). Addresses #122 (although we're still using old default latency values from V18 codebase). Addresses #99 (correct interpretation of suggestedLatency down to zero).

14 years agoadded large primes to patest_suggested_vs_streaminfo_latency.py
rossb [Thu, 25 Aug 2011 15:56:25 +0000 (15:56 +0000)]
added large primes to patest_suggested_vs_streaminfo_latency.py

14 years agofixed some warnings and minor bugs in patest_suggested_vs_streaminfo_latency.c
rossb [Thu, 25 Aug 2011 14:40:00 +0000 (14:40 +0000)]
fixed some warnings and minor bugs in patest_suggested_vs_streaminfo_latency.c

14 years agoadded #include and deleted 2 unused variables from a test
rossb [Thu, 25 Aug 2011 08:51:46 +0000 (08:51 +0000)]
added #include and deleted 2 unused variables from a test

14 years agoFix #164 by using if instead if ifdef PA_USE_* for unix builds.
philburk [Thu, 25 Aug 2011 07:17:48 +0000 (07:17 +0000)]
Fix #164 by using if instead if ifdef PA_USE_* for unix builds.

14 years agowmme limit host buffer size to 32k. try to make host buffer size a factor of over...
rossb [Thu, 25 Aug 2011 07:15:31 +0000 (07:15 +0000)]
wmme limit host buffer size to 32k. try to make host buffer size a factor of over-limit user buffer size. closes #189

14 years agomemory barrier change take two
rossb [Thu, 18 Aug 2011 11:47:28 +0000 (11:47 +0000)]
memory barrier change take two

14 years agoadded comment about MSVC compiler barrier intrinsics
rossb [Thu, 18 Aug 2011 11:29:40 +0000 (11:29 +0000)]
added comment about MSVC compiler barrier intrinsics

14 years agoupdated memory barrier comment urgh
rossb [Thu, 18 Aug 2011 11:24:15 +0000 (11:24 +0000)]
updated memory barrier comment urgh

14 years agomoved memory barriers as per this thread: http://music.columbia.edu/pipermail/portaud...
rossb [Thu, 18 Aug 2011 11:19:36 +0000 (11:19 +0000)]
moved memory barriers as per this thread: http://music.columbia.edu/pipermail/portaudio/2011-August/012803.html . use volatile because MSVC Read/WriteBarrier() intrinsics are just compiler barriers, but MSVC will insert memory barriers if you use volatile. see: http://msdn.microsoft.com/en-us/library/ms686355(VS.85).aspx

14 years agoFix removal of device property change listeners.
philburk [Thu, 18 Aug 2011 08:44:03 +0000 (08:44 +0000)]
Fix removal of device property change listeners.
This may fix some occasional memory corruption isses we were seeing in the loopback test.
I think the listeners may have gotten called after the stream was freed.

14 years agoUse bigger threshold to fix odd latency calculations.
philburk [Thu, 18 Aug 2011 08:23:53 +0000 (08:23 +0000)]
Use bigger threshold to fix odd latency calculations.
Use low default latency for loopback.

14 years agorevised WMME default latency on XP, Vista, Win7 to 90ms. Resolves ticket #80. Could...
rossb [Thu, 18 Aug 2011 05:58:56 +0000 (05:58 +0000)]
revised WMME default latency on XP, Vista, Win7 to 90ms. Resolves ticket #80. Could go lower if we had more results from ticket #185

14 years agoset defaultHostApiIndex_ to zero when uninitialized
rossb [Thu, 18 Aug 2011 03:43:51 +0000 (03:43 +0000)]
set defaultHostApiIndex_ to zero when uninitialized

14 years agotweaked comment
rossb [Thu, 18 Aug 2011 03:40:47 +0000 (03:40 +0000)]
tweaked comment

14 years agochanged default host API logic to use first successfully initialized host api with...
rossb [Thu, 18 Aug 2011 03:31:51 +0000 (03:31 +0000)]
changed default host API logic to use first successfully initialized host api with a defined default input or output device. resolves ticket #49

14 years agoextended paqa loopback test output to print reported PaStreamInfo input, output and...
rossb [Thu, 11 Aug 2011 14:37:41 +0000 (14:37 +0000)]
extended paqa loopback test output to print reported PaStreamInfo input, output and total latency

14 years agoUpdated patest_suggested_vs_streaminfo_latency test. Python script now creates plots...
rossb [Thu, 11 Aug 2011 12:18:02 +0000 (12:18 +0000)]
Updated patest_suggested_vs_streaminfo_latency test. Python script now creates plots for a number of different buffer sizes. Supports testing at different sample rates.

14 years ago Fixed pa_win_wmme.c latency calculations to result in non-decreasing actual latency...
rossb [Thu, 11 Aug 2011 12:16:47 +0000 (12:16 +0000)]
 Fixed pa_win_wmme.c latency calculations to result in non-decreasing actual latency for increasing suggested latency.

14 years agoupdated patest_suggested_vs_streaminfo_latency to generate pdf files
rossb [Thu, 4 Aug 2011 14:29:58 +0000 (14:29 +0000)]
updated patest_suggested_vs_streaminfo_latency to generate pdf files

14 years agoupdated patest_suggested_vs_streaminfo_latency to support running multiple test itera...
rossb [Thu, 4 Aug 2011 13:56:52 +0000 (13:56 +0000)]
updated patest_suggested_vs_streaminfo_latency to support running multiple test iterations from the python script

14 years agoadded patest_suggested_vs_streaminfo_latency test and python graphing script
rossb [Thu, 4 Aug 2011 13:15:59 +0000 (13:15 +0000)]
added patest_suggested_vs_streaminfo_latency test and python graphing script

15 years agoCalculate timestamp offsets from device properties.
philburk [Fri, 29 Jul 2011 18:22:04 +0000 (18:22 +0000)]
Calculate timestamp offsets from device properties.
Combine multiple user buffers in a host buffer to honor longer latency.

15 years agopa_win_wmme.c fixed bug in stream info inputLatency see ticket #178. improved interpr...
rossb [Thu, 28 Jul 2011 12:03:09 +0000 (12:03 +0000)]
pa_win_wmme.c fixed bug in stream info inputLatency see ticket #178. improved interpretation of suggestedLatency based on recent discussions. see tickets #98 #99 #181

15 years agoAdd check for min maxDeltaDacTime for timestamps.
philburk [Thu, 28 Jul 2011 07:17:09 +0000 (07:17 +0000)]
Add check for min maxDeltaDacTime for timestamps.

15 years agopaqa_latency: tweak parameter printing
rossb [Thu, 28 Jul 2011 05:47:22 +0000 (05:47 +0000)]
paqa_latency: tweak parameter printing

15 years agopaqa_latency: tweak parameter printing
rossb [Thu, 28 Jul 2011 05:45:57 +0000 (05:45 +0000)]
paqa_latency: tweak parameter printing

15 years agopaqa_latency: print device name and api. c89ize
rossb [Thu, 28 Jul 2011 05:26:15 +0000 (05:26 +0000)]
paqa_latency: print device name and api. c89ize

15 years agoDraft version for debugging latency and timing.
philburk [Thu, 28 Jul 2011 04:59:17 +0000 (04:59 +0000)]
Draft version for debugging latency and timing.

15 years agomme latency test: minor cleanups. randomised tone pitch
rossb [Thu, 28 Jul 2011 04:40:42 +0000 (04:40 +0000)]
mme latency test: minor cleanups. randomised tone pitch

15 years agomme test only list output devices
rossb [Tue, 26 Jul 2011 04:24:49 +0000 (04:24 +0000)]
mme test only list output devices

15 years agofixed switch statement in test that would report Win7 when the platform was Vista
rossb [Sun, 24 Jul 2011 05:28:47 +0000 (05:28 +0000)]
fixed switch statement in test that would report Win7 when the platform was Vista

15 years agoFix broken build due to unused variables. Grrr.
philburk [Thu, 21 Jul 2011 18:47:18 +0000 (18:47 +0000)]
Fix broken build due to unused variables. Grrr.

15 years agoFix improper calculation of big buffer sizes. See bug #187
philburk [Thu, 21 Jul 2011 18:44:58 +0000 (18:44 +0000)]
Fix improper calculation of big buffer sizes. See bug #187
This fixes a click heard with big buffers.

15 years agoFixed broken Mac build by removing unused label.
philburk [Thu, 21 Jul 2011 17:34:19 +0000 (17:34 +0000)]
Fixed broken Mac build by removing unused label.

15 years agoupdated wmme manual latency test
rossb [Thu, 21 Jul 2011 14:34:15 +0000 (14:34 +0000)]
updated wmme manual latency test

15 years agoImprove calculation of default latencies on Mac CoreAudio.
philburk [Thu, 21 Jul 2011 08:29:26 +0000 (08:29 +0000)]
Improve calculation of default latencies on Mac CoreAudio.
Allow very low buffer sizes if suggestedLatency is low.
Set actual latencies in StreamInfo.

15 years agocleaned up doc comments for PaStreamCallbackTimeInfo and PaStreamCallbackResult
rossb [Wed, 20 Jul 2011 03:24:00 +0000 (03:24 +0000)]
cleaned up doc comments for PaStreamCallbackTimeInfo and PaStreamCallbackResult

15 years agothis should resolve issues on OS X with systems where only sdk 10.6 is available...
bjornroche [Thu, 14 Jul 2011 17:56:47 +0000 (17:56 +0000)]
this should resolve issues on OS X with systems where only sdk 10.6 is available and includes a likely fix for future simillar issues with 10.7. See ticket 179.

15 years agoinitial implementation of patest_wmme_find_best_latency_params.c. just a draft. needs...
rossb [Thu, 14 Jul 2011 09:02:08 +0000 (09:02 +0000)]
initial implementation of patest_wmme_find_best_latency_params.c. just a draft. needs work

15 years agoRemove dev-cpp support.
philburk [Thu, 14 Jul 2011 05:17:42 +0000 (05:17 +0000)]
Remove dev-cpp support.
This IDE is no longer used and the build files are not working.
http://www.portaudio.com/trac/ticket/162

15 years agoFix for doxygen for pa_mac_core.h. Ticket #70. Patch from chris share modified slightly.
bjornroche [Sat, 9 Jul 2011 15:01:52 +0000 (15:01 +0000)]
Fix for doxygen for pa_mac_core.h. Ticket #70. Patch from chris share modified slightly.

15 years agofixed regression in r1612 that broke coreaudio non-interleaved callback i/o
rossb [Thu, 30 Jun 2011 12:48:08 +0000 (12:48 +0000)]
fixed regression in r1612 that broke coreaudio non-interleaved callback i/o

15 years agofixed def file to reference PaAsio_GetAvailableBufferSizes instead of PaAsio_GetAvail...
rossb [Thu, 23 Jun 2011 07:33:44 +0000 (07:33 +0000)]
fixed def file to reference PaAsio_GetAvailableBufferSizes instead of PaAsio_GetAvailableLatencyValues. thanks Chris.

15 years agomade ring buffer params const-correct
rossb [Fri, 17 Jun 2011 08:01:02 +0000 (08:01 +0000)]
made ring buffer params const-correct

15 years agoPA ALSA: define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined
aknudsen [Thu, 26 May 2011 20:19:19 +0000 (20:19 +0000)]
PA ALSA: define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined

15 years agoInitial CMake support (MSVC only at the moment)
rob_bielik [Thu, 19 May 2011 08:24:02 +0000 (08:24 +0000)]
Initial CMake support (MSVC only at the moment)

15 years agoextra comments
rossb [Wed, 11 May 2011 21:05:18 +0000 (21:05 +0000)]
extra comments