17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
corrected typos as per jf_menards's patch in ticket #58 More... almost 15 years ago
added #include portaudio.h to pa_mac_core.h so it is consistent with all other host-api specific headers. closes ticket #7 More... almost 15 years ago
wasapi: - releasing Input/Output buffer if error occurred inside the processing routine More... almost 15 years ago
wasapi: - fixed blocking interface, Input and Output - improved Exclusive Input device latency tunning - applied path provided by Jean-François Charron (D-BOX Technologies Inc.) which improves handling of COM objects in multi-threaded environment and initialization stage which could under certain conditions return paNoError event when initialization failed More... almost 15 years ago
removed reference to todo list from main doxygen page More... almost 15 years ago
removed/cleaned up doxygen @todo items. moved to TRAC More... almost 15 years ago
cleanup: changed if() to switch() More... almost 15 years ago
clarified documentation for PaTime and Pa_GetStreamTime More... almost 15 years ago
removed old doxygen @todo comments More... almost 15 years ago
removed obsolete doxygen @todo comments More... almost 15 years ago
referenced trac ticket #113 in doxy todo item More... almost 15 years ago
referenced trac tickets #35 and #112 in pa_converters.c todo items More... almost 15 years ago
removed doxygen TODO items from pa_asio implementation. migrated them to new trac tasks: #103, #104, #105, #106, #107, #108, #109, #110, #111 More... almost 15 years ago
corrected doc comment More... almost 15 years ago
simplify doc tweak More... almost 15 years ago
wasapi: allow mono input/output streams be created when Blocking interface is used. Thanks to Chris ([email protected]) for providing the patch. More... almost 15 years ago
test svn access More... almost 15 years ago
wasapi: fixed audio device not released to other applications if WASAPI Exclusive stream is stopped but not yet closed. Bug does not affect Shared mode streams. Fixed possible object's leakage in situation when WASAPI thread encountered an error and stopped and user decided to start stream again without prior closing it. More... almost 15 years ago
wasapi: fixed audio gain is decreased by 2 when audio stream is opened for capturing and 1 (Mono) channel selected, this bug occurs only if non-Stereo input source used (mono mic). More... almost 15 years ago
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) More... almost 15 years ago
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. More... almost 15 years ago
coreaudio: fixed incorrect value type used with OSAtomicOr32 API (xrunFlags were casted from long to unsigned int) which results in value truncation on systems where 'long' is 64 bits More... almost 15 years ago
doc tweaks More... almost 15 years ago
First checkin of new loopback unit test for PortAudio. More... about 15 years ago
Commit fix for crash during full-duplex operation with PulseAudio. Reported by Al Dimond, fix proposed by Ross Bencina, acked by Dmitry Kostjuchenko. This fixes a bug with Dmitry's zero-copy optimisations. Fix works in Audacity (where the bug was found), so comitting upstream. More... about 15 years ago
updated documentation main page and added api overview page to documentation More... about 15 years ago
wasapi: - using WAVE_FORMAT_PCM for mono/stereo 8/16-bit stream configuration to avoid possible driver refusal upon audio client creation - modified default speaker mask for 5.1 and 7.1 configuration to _SURROUND (correct) versions, added default speaker configuration for 2.1, 4.1, 6.1 cases More... about 15 years ago
wasapi: fixed audio stream failing to open on Windows 7 in Exclusive mode if suggestedLatency parameter is 0 and user framesPerBuffer is less than 3 milliseconds More... about 15 years ago
Remove frome the list of directories created by configure a directory that no longer has any contents and is not needed any more. Original patch by Benjamin Drung (Ubuntu) More... about 15 years ago
clarified some doc comments in pa_ringbuffer.h including one typo that said <write> instead or <read> More... about 15 years ago