portaudio/src/common
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2010-12-26 15:58:30 +00:00
..
pa_allocation.c moved trunk into place 2008-03-20 14:24:39 +00:00
pa_allocation.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_converters.c corrected Int24_To_Int16_Dither and implemented Int24_To_Int8_Dither, Float32_To_Int24 to use all 'double' types for optimal code generation (not mixing double with floats) 2010-12-26 15:58:30 +00:00
pa_converters.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_cpuload.c moved trunk into place 2008-03-20 14:24:39 +00:00
pa_cpuload.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_debugprint.c implemented optional log output to Visual Studio Output window if PA_ENABLE_MSVC_DEBUG_OUTPUT is defined, this simplifies debugging of external process if Visual Studio is attached to process 2010-03-10 21:47:01 +00:00
pa_debugprint.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_dither.c Fixed dither for 64-bit targets. 2009-10-12 21:00:53 +00:00
pa_dither.h Fixed dither for 64-bit targets. 2009-10-12 21:00:53 +00:00
pa_endianness.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_front.c remove extra parameter from debug statement to prevent pointer error 2008-11-03 19:31:30 +00:00
pa_hostapi.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_memorybarrier.h added empty memory barrier macros for WINCE thanks to Dmitry Kostjuchenko 2009-12-08 09:17:34 +00:00
pa_process.c disable dither conversion when host input format is 32 bit and user format is 24 bit. the converter for this is unimplemented anyway, and the host won't ever be sending us better than 24 bit data, so no need to dither it. 2010-12-26 06:43:58 +00:00
pa_process.h optimized PA processor for case when host and user buffer match by type and size, now host buffer pointer will be passed to user space directly, additional copying of audio input/output data is thus avoided. 2010-07-10 17:41:25 +00:00
pa_ringbuffer.c clarified some doc comments in pa_ringbuffer.h including one typo that said <write> instead or <read> 2010-10-24 10:21:35 +00:00
pa_ringbuffer.h clarified some doc comments in pa_ringbuffer.h including one typo that said <write> instead or <read> 2010-10-24 10:21:35 +00:00
pa_skeleton.c moved trunk into place 2008-03-20 14:24:39 +00:00
pa_stream.c moved trunk into place 2008-03-20 14:24:39 +00:00
pa_stream.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_trace.c moved trunk into place 2008-03-20 14:24:39 +00:00
pa_trace.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_types.h moved trunk into place 2008-03-20 14:24:39 +00:00
pa_util.h moved trunk into place 2008-03-20 14:24:39 +00:00