portaudio/src/common
Dmitry Kostjucenko ed922d949c Update pa_front.c
Increase max supported sample rate to 768000 Hz to address existence of the capable hardware (USB DACs and DAPs).
2022-10-11 09:25:12 +11:00
..
pa_allocation.c rename internal utility function `PaUtil_GroupAllocateMemory` to `PaUtil_GroupAllocateZeroInitializedMemory` 2022-08-23 08:18:29 +10:00
pa_allocation.h rename internal utility function `PaUtil_GroupAllocateMemory` to `PaUtil_GroupAllocateZeroInitializedMemory` 2022-08-23 08:18:29 +10:00
pa_converters.c fix errors for unused but set variables on mac (#722) 2022-07-12 16:07:45 -07:00
pa_converters.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_cpuload.c Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_cpuload.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_debugprint.c Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_debugprint.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_dither.c Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_dither.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_endianness.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_front.c Update pa_front.c 2022-10-11 09:25:12 +11:00
pa_gitrevision.h PA_GIT_REVISION: new scripts to replace SVN revision 2016-09-05 17:03:27 -07:00
pa_hostapi.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_memorybarrier.h mac: use atomic_thread_fence() to avoid deprecation (#663) 2021-12-01 17:25:04 -08:00
pa_process.c Remove redundant calls to `memset(..., 0, ...)` and `bzero()` on results of `PaUtil_AllocateZeroInitializedMemory` and `PaUtil_GroupAllocateZeroInitializedMemory`. Add comments in cases where the zeroing appears to be critical to correct functioning of the code. Remove commented-out `memset(0)` cruft in `pa_win_wdmks.c`. 2022-08-23 08:18:29 +10:00
pa_process.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_ringbuffer.c Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_ringbuffer.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_stream.c Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_stream.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_trace.c rename internal utility function `PaUtil_AllocateMemory` to `PaUtil_AllocateZeroInitializedMemory` 2022-08-23 08:18:29 +10:00
pa_trace.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_types.h Clean up whitespace in src/common in preparation for .editorconfig. (#408) 2021-01-21 23:06:08 +11:00
pa_util.h rename internal utility function `PaUtil_AllocateMemory` to `PaUtil_AllocateZeroInitializedMemory` 2022-08-23 08:18:29 +10:00