soundtouch-1.8.0-6.3.1<>,6[=/=„XsMPvhkR?ۭ'mWbjJ-yPTpEbm!-*VpY.cvZL R&R/$`$$)2P'i7,KbUK)ݵǨJy1x|x%t.Y;ɍfCB|zua O"Bt,3ШP?eֹ_\@yƙ>U$1ǀ0# 3>:?d   2pt| #,@ J T h  !:\p(8 9 : FKG`HtIXY\]^bbcdefluvw8xLy` zCsoundtouch1.8.06.3.1Audio Processing LibrarySoundTouch is an open source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other. *Easy-to-use implementation of time-stretch, pitch-shift and sample rate transposing routines. *High-performance object-oriented C++ implementation. *Clear and easy-to-use programming interface via a single C++ class. *Supported audio data format : 16Bit integer or 32bit floating point PCM mono/stereo *Capable of real-time audio stream processing: input/output latency max. ~ 100 ms. Processing 44.1kHz/16bit stereo sound in realtime requires a 133 Mhz Intel Pentium processor or better. *Additional assembler-level and Intel-MMX instruction set optimizations for Intel x86 compatible processors, offering several times increase in the processing performance.[=lamb53qRopenSUSE Leap 42.3openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgProductivity/Multimedia/Sound/Editors and Convertorshttp://www.surina.net/soundtouchlinuxx86_64_DA큤[=[=[=[=[=f83d1f23a2dd138558436b8e57a699426ba0bdf1d64a1db7eef645db592dc0307a236e7c058afbc7f890bda6faa4b4495d19f0dd9e8a48b7c226fed228f17083rootrootrootrootrootrootrootrootrootrootsoundtouch-1.8.0-6.3.1.src.rpmsoundtouchsoundtouch(x86-64)@@@@@@@@@@@@   libSoundTouch.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.1)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[@U!#U@QsNNBrMMMMJęJ@IKMarketa Calabkova p.drouand@gmail.comp.drouand@gmail.comsbrabec@suse.czcoolo@suse.comampsaltis@gmail.comtoddrme2178@gmail.comdavejplater@gmail.comdavejplater@gmail.comrguenther@novell.comlnussel@suse.desbrabec@suse.czcrrodriguez@suse.de- Fixed bugs: * CVE-2018-17098 (bsc#1108632) -- remote denial of service * CVE-2018-17097 (bsc#1108631) -- remote denial of service (double free) * CVE-2018-17096 (bsc#1108630) -- remote denial of service in BPMDetect.cpp * CVE-2018-1000223 (bsc#1103676) -- Heap-based buffer overflow - Added patches: * soundtouch-fix-buffer-overflow.patch -- fixes bsc#1103676 * soundtouch-throw-exception.patch -- fixes bsc#1108630 * soundtouch-avoid-assert.patch * soundtouch-round-buffer.patch -- fixes bsc#1108631 and bsc#1108632- Add baselibs.conf in sources list; fix for Factory- Update to version 1.8.0 * Added support for multi-channel audio processing * Added support for cubic and shannon interpolation for rate and pitch shift effects besides the original linear interpolation, to reduce aliasing at high frequencies due to interpolation. Cubic interpolation is used as default for floating point processing, and linear interpolation for integer processing. * Fixed bug in anti-alias filtering that limited stop-band attenuation to -10 dB instead of <-50dB, and increased filter length from 32 to 64 taps to further reduce aliasing due to frequency folding. * Performance improvements in cross-correlation algorithm * Other bug and compatibility fixes - Remove obsolete AUTHORS and %clean sections- Update to version 1.7.1: * Added files for Android compilation * Sound quality improvements * Improved flush() to adjust output sound stream duration to match better with ideal duration * Rewrote x86 cpu feature check to resolve compatibility problems * Configure script automatically checks if CPU supports mmx & sse compatibility for GNU platform, and the script support now "--enable-x86-optimizations" switch to allow disabling x86-specific optimizations. * Revised #define conditions for 32bit/64bit compatibility * gnu autoconf/automake script compatibility fixes * Tuned beat-per-minute detection algorithm - Updated man page from Debian unstable.- add libtool as buildrequire to avoid implicit dependency- New upstream version 1.6.0. - Changes: * Added automatic cutoff threshold adaptation to beat detection routine to better adapt BPM calculation to different types of music * Retired 3DNow! optimization support as 3DNow! is nowadays obsoleted and assembler code is nuisance to maintain * Retired "configure" file from source code package due to autoconf/automake versio conflicts, so that it is from now on to be generated by invoking "boostrap" script that uses locally available toolchain version for generating the "configure" file * Resolved namespace/label naming conflicts with other libraries by replacing global labels such as INTEGER_SAMPLES with more specific SOUNDTOUCH_INTEGER_SAMPLES etc. * Updated windows build scripts & project files for Visual Studio 2008 support * Updated SoundTouch.dll API for .NET compatibility * Added API for querying nominal processing input & output sample batch sizes- added 32bit compatibility libraries- Update to version 1.5.0, added manpage for sounstrech - Upstream changes : * Added normalization to correlation calculation and improvement automatic seek/sequence parameter calculation to improve sound quality * Fixes in compilation scripts for non-Intel platforms * Added Dynamic-Link-Library (DLL) version of SoundTouch library build, provided with Delphi/Pascal wrapper for calling the dll routines * Added #define PREVENT_CLICK_AT_RATE_CROSSOVER that prevents a click artifact when crossing the nominal pitch from either positive to negative side or vice versa * Other minor fixes & code cleanup - Bugfixes : * Fixed negative array indexing in quick seek algorithm * FIR autoalias filter running too far in processing buffer * Check against zero sample count in rate transposing * Fix for x86-64 support: Removed pop/push instructions from the cpu detection algorithm. * Check against empty buffers in FIFOSampleBuffer- Fixed rpmlint warnings and error.- drop bogus libstdc++ BuildRequires- fix library package to not depend on main package and glibc-devel- Updated to version 1.4.0: * Improved sound quality by automatic calculation of time stretch algorithm processing parameters according to tempo setting * Moved BPM detection routines from SoundStretch application into SoundTouch library * Bugfixes: Usage of uninitialied variables, GNU build scripts, compiler errors due to 'const' keyword mismatch. * Source code cleanup - Split according to shared library packaging policy.- use --enable-shared and disable static librarieslamb53 15408326741.8.0-6.3.11.8.0-6.3.1soundstretchsoundtouchCOPYING.TXTREADME.htmlsoundstretch.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/soundtouch//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9088/openSUSE_Leap_42.3_Update/af097a0656e704f7fe7f99e8144080df-soundtouch.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=1e69275c26f291e3fcab5e2b27f94b801040df5d, strippeddirectoryASCII textHTML document, ISO-8859 texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) RRRRR R RR RRRRkLW*?`]"k%]dݥfH` APX> $0erkGXDóp3z^+ OovhYIB@mX.vP?CۓPHN`\:P?_"30Xs}QLfk#uw / bVomT* ]KYNhx2%hC?F&5SRY[Dg麞2 x$ǿOXyCX!l'5ZQPi1w: ]:KEddگ6'}#H1>k-IOWz[m~IHg]0Kwc#AU{= ffa~n[)+sa^I%l2q&BHu?2$Ls;s፛?%r% qZ?#f_9q뱅ݴtk'e`rkA6:ax0CpqI5Ǽ^XJ3V/Sަ'aJr%ЍEJ[1˥yJS.<ُ*<_9JVbrƕ&̿Bws∃ǍT896pu2k̒yguG>2>07fpqOb. Kh .;C$BzJhzdʈ0[х7Sw5P6HVGL}M4u2鑞okٔ q9C0 aӴAY9A' u>CEtzLFX!8llm0nmbudAdQWq}Nmz;,3oAx{(K,FZ[c"Ut9˯wKWyHoA'ڔ5ͨK\I痶O8R*y(#&ȚM xNj,x"?+fQ'.M6W3qh%}0/lP܆ma9oD5s#|ޏe5v ),G+b5{nX+dxf`f*gX 9ŻT̷ESNv .{a#b0ԁ`(T?[ ZlN|EaK,]0 }}pVX.輰V>#H@!=z;5Ac˶I5CWoz})PžcDc,ﰽ.j|jtEfA 'w; lݣإc`.cUy@58z R^)|af/C3C~QVYGuVVmZexx0vK@Ճ;&Tc<ҽ0wtRC!@/rUﶨmx)BHQFe{U mu Ot)V&L#bv).?^,+(U^W F ޸%`.+Sj|I%8N+%T~ $F@UjDt;-&;R "4p}XDEhP1L^Ec2pJ߷ơ K} soE#ɻbԎǟ c~[ djFE3|tQő%GE#I!7ǝFfHDE7_UOs|lႂ#pYl-=g8䚋L@J]cs %/] vRRLa 5ዂx]ñeILg}@TҙafcΨe\t9T?wnOp^4u-H5(|0wk=+*d_$l V&8,:#i7ox(H)h,4<9dѬկgs~z,L#v+B)0,kM'PٶB3hv8#藎-%CgQ%4 OS ɶgR /C <"bļelPB}w>NMfRt?