1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
soundtouch/source/SoundTouch
Olli 6533514372 Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states
Improve soundtouch.clear() so that it really clears all TDStretch &
RateTransposer state variables. Before this clear() left last processed
sample or fractional position state uncleared, which caused slightly
different result if same stream was processed again after clear().
2021-01-30 19:02:08 +02:00
..
AAFilter.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
AAFilter.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
BPMDetect.cpp BPMDetect: Make conversion from size_t to int explicit 2020-04-28 10:48:47 +02:00
cpu_detect_x86.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
cpu_detect.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
FIFOSampleBuffer.cpp Compensate initial buffering of anti-alias filter and intepolator. 2020-06-30 14:16:03 +03:00
FIRFilter.cpp Improvements to help compiler autovectorization 2020-10-13 20:46:23 +03:00
FIRFilter.h Improvements to help compiler autovectorization 2020-10-13 20:46:23 +03:00
InterpolateCubic.cpp Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
InterpolateCubic.h Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states 2021-01-30 19:02:08 +02:00
InterpolateLinear.cpp Improvements to help compiler autovectorization 2020-10-13 20:46:23 +03:00
InterpolateLinear.h Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states 2021-01-30 19:02:08 +02:00
InterpolateShannon.cpp Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
InterpolateShannon.h Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states 2021-01-30 19:02:08 +02:00
Makefile.am Tuning for ARM NEON 2020-06-21 20:38:00 +03:00
mmx_optimized.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
PeakFinder.cpp Fixed characters in source code comments that ought to be ± 2020-07-08 19:13:30 +03:00
PeakFinder.h MIsc. source comment typos 2018-07-27 12:26:56 -04:00
RateTransposer.cpp Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states 2021-01-30 19:02:08 +02:00
RateTransposer.h Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states 2021-01-30 19:02:08 +02:00
SoundTouch.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
SoundTouch.sln Migrated MS Visual Studio build scripts to VS2015 2018-05-10 23:54:07 +03:00
SoundTouch.vcxproj Windows build: Retargeted to Visual Studio 2019 and Windows 10. Removed obsolete /Gm build option. 2020-02-02 18:58:46 +02:00
sse_optimized.cpp Improvements to help compiler autovectorization 2020-10-13 20:46:23 +03:00
TDStretch.cpp Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states 2021-01-30 19:02:08 +02:00
TDStretch.h Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00