summaryrefslogtreecommitdiffstats
path: root/src/engine/enginebufferscalest.cpp
AgeCommit message (Expand)Author
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06Abort reading of sample data if not (yet) available and cachedUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2016-07-28Fixing build error due to uncatched merge conflictsDaniel Schürmann
2016-05-28Rename and document getScaledSampleFrames()Uwe Klotz
2016-05-28Fix and explain the scaling result for edge casesUwe Klotz
2016-05-26Eliminate implicit assumptions about audio signals in scaler codeUwe Klotz
2016-05-26Perform scaler calculations in frames instead of samplesUwe Klotz
2016-05-26Fix calculation of samplesRead for edge cases in EngineBufferScaleUwe Klotz
2016-05-03Fix heap buffer-overflow in EngineBufferScaleST.RJ Ryan
2016-05-02Remove unused variable.RJ Ryan
2016-05-01Add some debug asserts in EngineBufferScaleSTUwe Klotz
2016-04-27Move all Control classes to src/control.RJ Ryan
2015-12-30Replace remaining long by intDaniel Schürmann
2015-12-30Merge remote-tracking branch 'upstream/master' into positionroundingDaniel Schürmann
2015-12-29Merge remote-tracking branch 'upstream/master' into positionroundingDaniel Schürmann
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-05-25SoundTouch: guard against pitch == 0Daniel Schürmann
2015-05-25Added Test for pitch changes in reverseDaniel Schürmann
2015-05-25SoundTouch force pitch positive, fixes Bug #1458263Daniel Schürmann
2015-04-09Removed the redundant old values and fix issue from a previous commitDaniel Schürmann
2015-04-09Improved commentsDaniel Schürmann
2015-04-08Don't crossfade between scalers if track is pausedDaniel Schürmann
2015-04-08Prealocate buffers for a 0.1 rateDaniel Schürmann
2015-04-08Rename pitchRatio and tempoRatio to clarify the scalingDaniel Schürmann
2015-04-08Protect from soundtouch crashes due to pitch == 0Owen Williams
2015-04-05Added a comment about rubberbandDaniel Schürmann
2015-04-05Compensate seek offset when using Soundtouch for a rate of 1.0Daniel Schürmann
2015-04-05getScaled now returns the read sample countDaniel Schürmann
2015-04-05remove m_buffer from enginebufferscaleDaniel Schürmann
2015-03-17removed unused function getNewPlaypos()Daniel Schürmann
2015-03-17separate setSampleRate form setScaleParametersDaniel Schürmann
2014-12-01Use PitchRatio for 1.0 = neutral pitch; Make use m_pKeyControl->getPitchRatio()Daniel Schürmann
2014-12-01renamed setScaleParameters parameteres according to the new interfaceDaniel Schürmann
2014-12-01moved the speed_affects_pitch out of the scaler codeDaniel Schürmann
2014-11-15Enhance and reuse SampleUtilUwe Klotz
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-19Allow user to select Soundtouch or RubberbandOwen Williams
2014-01-14Convert float literals to double literals in various places.RJ Ryan
2013-12-23Refactor EngineBufferScale::getScaled API to be a little more clear.RJ Ryan
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-12-03Merge branch 'master' into features_keyRJ Ryan
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-10-12Fix uninitialized valueOwen Williams
2013-07-13Provide master samplerate to the scalers viaRJ Ryan
2013-06-22Change EngineBufferScaleST to interpret pitch_adjust correctly.RJ Ryan
2013-06-19Merge branch 'master' into features_keyRJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan