Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Refs #1104. SoundTouch resync.
Syncs to 1.31. I didn't take the MMX changes because our MMX code is faster and more versatile. I also didn't take the SSE & the windows specific changes, we don't use the floating point sample code, and don't have a functioning windows port to test the changes with. git-svn-id: http://svn.mythtv.org/svn/trunk@9996 7dbf422c-18fa-0310-86e9-fd20926502f2
- Loading branch information
Showing
with
85 additions
and 53 deletions.
- +2 −2 mythtv/libs/libmythsoundtouch/AAFilter.cpp
- +4 −6 mythtv/libs/libmythsoundtouch/BPMDetect.h
- +2 −2 mythtv/libs/libmythsoundtouch/FIFOSampleBuffer.cpp
- +14 −9 mythtv/libs/libmythsoundtouch/FIFOSampleBuffer.h
- +12 −13 mythtv/libs/libmythsoundtouch/RateTransposer.cpp
- +39 −11 mythtv/libs/libmythsoundtouch/STTypes.h
- +5 −3 mythtv/libs/libmythsoundtouch/SoundTouch.cpp
- +5 −5 mythtv/libs/libmythsoundtouch/SoundTouch.h
- +2 −2 mythtv/libs/libmythsoundtouch/cpu_detect_x86_gcc.cpp