0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Nov 04, 2024 — Nov 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor input processing code More... almost 18 years ago
Touch NEWS to stop a automake error More... almost 18 years ago
Remove obsolete NEWS file More... almost 18 years ago
SAMPLE_MAX_16BIT should be 32768.0f instead of 32767.0f, otherwise we'll get popping at high volumes due to reversal in the sign of the floating point value More... over 18 years ago
Fix bio2jack for mac platform More... over 18 years ago
Update Changelog for latest checkin More... over 18 years ago
Default to 100% volume and switch to using jack_client_open() since it enables more functionality than jack_client_new() More... over 18 years ago
Bump revisions up to 0.9. Release 0.9 More... over 19 years ago
Fix incorrect parameters to ensure_buffer_size() that was causing us to ensure the size of a buffer that we weren't using. This was causing a crash in bio2jack. Updated copyright date to 2006 More... over 19 years ago
Change ringbuffer size from 16384 to 4096 samples to reduce bio2jack latency. Move volume function from JACK_Write() to JACK_Callback() so volume adjustment occurs without any ringbuffer latency. Factor out demux() calls by having non-sample conversion use callback_buffer2 like we do in the resample path. More... over 19 years ago
Change ringbuffer size from 16384 to 4096 samples to reduce bio2jack latency. Move volume function from JACK_Write() to JACK_Callback() so volume adjustment occurs without any ringbuffer latency. Factor out demux() calls by having non-sample conversion use callback_buffer2 like we do in the resample path. More... over 19 years ago
Fix deadlock that can occur between JACK_callback() and jack_client_close(). Patch by Sean Meiners of Linspire. More... almost 20 years ago
Fix deadlock that can occur between JACK_callback() and jack_client_close(). Patch by Sean Meiners of Linspire. More... almost 20 years ago
Fixes to handling of 8bit samples from Sean Meiners at Linspire More... almost 20 years ago
Fixes to handling of 8bit samples from Sean Meiners at Linspire More... almost 20 years ago
0.8 release More... almost 20 years ago
0.8 release More... almost 20 years ago
Remove extranious printf() More... about 20 years ago
Remove extranious printf() More... about 20 years ago
Fix compile warning More... about 20 years ago
Fix compile warning More... about 20 years ago
Add JACK_SetPortConnectionMode() api call that enables users to configure how bio2jack will connect up the output ports during calls to JACK_Open() More... about 20 years ago
Add JACK_SetPortConnectionMode() api call that enables users to configure how bio2jack will connect up the output ports during calls to JACK_Open() More... about 20 years ago
Fix deadlock in JACK_GetVolumeForChannel() exposed by xmms-jack when outputting mono. Clarify comment for JACK_GetInputBytesPerSecond/FromDriver(). Fix now incorrect usage of JACK_GetInputBytesPerSecond() that was broken when recording support was introduced. More... about 20 years ago
Fix deadlock in JACK_GetVolumeForChannel() exposed by xmms-jack when outputting mono. Clarify comment for JACK_GetInputBytesPerSecond/FromDriver(). Fix now incorrect usage of JACK_GetInputBytesPerSecond() that was broken when recording support was introduced. More... about 20 years ago
Configure should ensure that libsamplerate is installed and report an error if it isn't found More... about 20 years ago
Configure should ensure that libsamplerate is installed and report an error if it isn't found More... about 20 years ago
Bump revisions up to 0.8 for release More... about 20 years ago
Bump revisions up to 0.8 for release More... about 20 years ago
Fix some indents of defines More... about 20 years ago