soundtouch-devel-1.8.0-3.11.1 4>$  Ap\5"p9|6E7DꂢVW vAJ|\ &ig@:AH>j$9+?7@]n /mFzrzfnM$RO"ҷ9o&+>/+] ȫ1sO[^8)|Ouυ'}1/k`*An{ O=={A?yBgKi9ma406cdb6d9324856d02a74e3be46867c164efb73d787b7129d99527cb8ea12441011bc458a6c97ebb475d9920a9ee6596efa6396P\5"p9|9q 鏂Jո.zu/ Fمi я7≥QGTOA1ʍb>-W .OiȶWk?PlTiŢ{ׯp7̯>vLQW lʄ;VClHaFe KRr IYӈq6J t=t>\NK ]R K$[~.|65"Q ij"g?R߁ XH~7U/{(>p> ? d  9&0 Ff           < d   Tp(&809p:FG H I XY \@ ]h ^bXcd}eflu vwL xt yz Csoundtouch-devel1.8.03.11.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.\5ibs-arm-1SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Languages/C and C++http://www.surina.net/soundtouchlinuxaarch64uS!.v "; WA큤\5\5\5\5\5\5\5\5\5\581b1db847399a018ce342c97998094afd4befbe6e5e087478a75b510a305655e41c7f7da5b3e6586ee1fd719ede467311f825382bbf458f8cdcb9830edff256e6a5f9bfc454a697a9e252a92d9b47981267306e342b5235acf0fce8acebc0fc4d9cb8d92c52da3686196bfb7dce37b2b6b8aabc962b8919e7f3ab1ecd345996f7b72bb5899930f7e4596ec23829dbe2a0d507f721596f32277ce92ed64f4a5094dfdc07acc5d043c78ede515583e460c34e821cd623bcf22b5cdb013d9af878b1b21d8e82adbe437b6a90244a4bab0b100af8c9ca8326b57338e3abe672b9d15e629aa34136d3c1f98382a09a135493da8166ac46de817d48d3a586981923686libSoundTouch.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsoundtouch-1.8.0-3.11.1.src.rpmpkgconfig(soundtouch)soundtouch-develsoundtouch-devel(aarch-64)@    /usr/bin/pkg-configglibc-devellibSoundTouch0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.8.03.0.4-14.6.0-14.0-15.2-14.14.1\3?@\U@[@[U!#U@QsNNBrMMMMJęJ@IKmcalabkova@suse.commcalabkova@suse.commcalabkova@suse.commcalabkova@suse.comp.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 - Added patch soundtouch-adjust-bounds.patch- Fixed bugs: * CVE-2018-17098 (bsc#1108632) -- remote denial of service * CVE-2018-17097 (bsc#1108631) -- remote denial of service (double free) - Modified patch soundtouch-round-buffer.patch by aplying upstream commit 7f594f- 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 - Added patches: * soundtouch-throw-exception.patch -- fixes bsc#1108630 * soundtouch-avoid-assert.patch * soundtouch-round-buffer.patch -- fixes bsc#1108631 and bsc#1108632 - Renamed fix-buffer-overflow.patch to soundtouch-fix-buffer-overflow.patch- bsc #1103676: CVE-2018-1000223: soundtouch: Heap-based buffer overflow added patch fix-buffer-overflow.patch- 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 librariesibs-arm-1 1547029526 1.8.01.8.0-3.11.11.8.0-3.11.1soundtouchBPMDetect.hFIFOSampleBuffer.hFIFOSamplePipe.hSTTypes.hSoundTouch.hsoundtouch_config.hlibSoundTouch.sosoundtouch.pcsoundtouch.m4/usr/include//usr/include/soundtouch//usr/lib64//usr/lib64/pkgconfig//usr/share/aclocal/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:9661/SUSE_SLE-15_Update/e27848d69b4459c972b03879f3ac0674-soundtouch.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxdirectoryC++ source, ASCII text, with CRLF line terminatorsC source, ASCII textpkgconfig fileM4 macro processor script, ASCII textPRQ2W0utf-8d0ce1274092939118ed5154efbf577fdaed01b06b8cf5b4f314c5a506b5b9534? 7zXZ !t/'+] crt:bLL r?\ř0N^NW_o@,kxzt8M,!Ǻ> Ui9 ɧ. w#epC=qyGך} Q1Jf<ߛ5f!pmlH(\f1ѯcK׶_kۇ72ż#s+l H2轝$ڍ)vO3KB?tdXklMi@$ζ5JmKԡ43zRJv3y$ߎ#.Wcz;HTw>t$L'(1hKMKGqúб L!겝 12"8m?_R:Ej"p]̨cwNF$כXH]iH!7WPu@A$II/CaM^S 9 CEZpt7a7s !RNoZiJUZhyسX9v{*IM Z$_ {BHDa}CEU.>D4zDRJ:$k&ے=p|>р iTq5Ƴ6F"Ca9];wIX jm| djW͐5#Fl0gL\/T' m El6-RbTy-rϙ Ƚ0lr^^6<9ByڤޯJe,@TZ]fj>D] qP1N `ZxM3:W{_f%E{墯Ii-\mDE?#Mo #:h_/4m@70kV(FՕD/%XA=Si¾䱛BkEQآ017XlcN LN$ "C,S~^m1 _f=O&ZuFlcq(BI:l2NRVsk|/G9_< }x=: B@D@"'A%"| 3+-ܥș,Imp*wQƘ$UkhkQA0YaIJ(0ܴ\QwStGN-&l܁4"Z± D02 B +g 8ZՙR@]ťx2^O&)+#+D&.Wrjă֗l #pitv=q+Ĭ*FG\D,NЄE3>8!!(Oޱ>ʅHw檘 x Z. D0Eqio%8e81|5D喀Ҙ@oi*uY?{ێϻUO.--p Eٛ'CIqTn%S ڡP"b>֒Soj߰y9A]g8 3@7pD@N;;ӐofdY)"STi P3V<YJgі= L쉚>\e! 瓂Lm1n_=CsT[\UW1@+%RgJ7rq,@ЭWۮQ;o}76\"F}5x 5fj!~/O'^1]#/osgp/-h.] k.~ Z&[U8)Caݫ;2'ldon~Bh*^2 &*YB1VAܧ L< 9hfMa-Tak75ISXaJ9^jRin!xm$pF z8PiD|6":WؙF[N:!$%FS^@K&Rd" q$MC,'U Uv ɽ:|z#}2(vܯw5>*zcYKaZKmp. .G ڧj`@D "Q%^t8kba*(P?o:bT,ք`mm%PБCFq=XW ΀ô'nǷ2GuIr;7x[a[MҦc_Qx ,[C,UzFI"ȞyGAv_{䱍R Qm7բj0Ϟ;lo@ J:k|?^ B\E_hJ6dxFdn Wh&q) _4w.~5ǝI}I .ۖRBnOgu@㌧ ,tp7 WL9liUT]󡻅(xB%@dbym9@}P.(| IT6|܄ϳz`e͗aA+ ]nymij_h j vP#OFr#g4Ê{VX1}|s|"-8>3GH54ke> * g|Pi!wV(9#ʡy46$(~4%!1yy%Z|B`N4Z~ظ?$=|bH\ä paSz&}Ip|^8Vx$$AMh}.˛0Ljʀ< 1OZJTRq$)ԢKWѺ#䞯T+"ג.=)8]돵9W+APNXx!ędq+weiR8֞?-*WȔV͍uNj6t y~))%ʪ,ז#(/*U3?%<eM/fw~􂵽f.FR{ؒK30Ԁk jN2,d'pجC&t/~? @mtGh722~gƶFJ0|VlKiOcl "XΟ*;T#7Nx]VDt ~)پ<ͧ@#p3Dԉip[EZJ]1йgHr"F䎾!bጡzӀ)PCMIfT4_t$wW 4'@[OOa 1Dp͠aӜTST|p(0eBH<oZב:ab֯J|Y\ O8ٯE]0*H`f ]㼅!g97F#o=Tdu?-7~Uyl mYrW]' 2،s By&N?u{m-#e}3id\| ̀V<3Jt$ݣ-) a['^ G6)G s<[]eD i=S5%]Uf BOj,߳(2]#4{"b*_iRW0,.eY*i}"r7@м  @)G<; Ɍ87iyAn۱ݢdl1$鐨F0+Vj@f U.&!k-p[ͫ`o`0rN~Ng,Nnp^3 fh`[ ~-HRPWQ"PDhE Ic2:WlE~Po 81ᨦW5{)y 7< Cݬw~ jaP.=h%-,u?=stGv| rjo$JNyE*4aF7c _4n<+9.ӌ`^e͎H|/\hxU=A޶^,YY4?|!cҰQtN⬔!v~J*jNt`O&oޫW3xZ# qMs%y!h>\˕%{Wo?A@2]TR r-Pt^[wuo_9,%6 4&ad!EG= 5|VRXylO,W 0PIi!>kiw(U]e u`eF/HrU zS-UY@1@r+@T|}wvD}]۳DZPyn>Foĥ-k:aٕ#:DZ< ų-m`RPa$W;EHA*Xp%0zV /œwr[SR!*7kMzNZz0W=)|~Nؗ忱v yzrCw6 =b^S^NX jZTʱTP<Z8pVkmෳD)%ɩ Jvk ?Ri;&-։{{K^ "spùڊ.?shELW/2SqZ./ceO_ӹcHGܳZk-V7h`#>t?>h69)xǒ+@"7#c-8H'tRM DƱYp5 +85^+S/Hx5pcA|_'v؈~vʔyGO3C5}b--1:h3G1!,̶^ k뺴8:LLνU@{gfU oj ,7-zkNJQ%OUnDx\v_f6d^׺Zj;.LmkuAuinqb33nlEIsC]Hl .Xє+]|Igti~.چ~ Eʀ+/ʃՙWwH ce̯d>Y ,|qM,]?^kwvmhq#yڋ5w }:/!^{~ %T)DZHViR~ "õ>%\:UmGj"׻)$}!k&e!&qsfzR##F` JJ=e -R*E7+O];<m1WU\r>GoԵ`[jR%퀜]' SC`Jdx )jջJҁNW=\IϽ&;#Φ6ι'^䡸>Js5*@5$BW ُN%juI{Rڊaoi3@J?ŀL{SÁ$ֳAe埄 "sdH$!~3F"f4OoqqltbT.0Pi_}Pk osE,.7#E@u/_~ r4ϑpz=Ƌ:\b_yLzȣ$ 4 kK›o۞7Vս7~Wy'`Gg W e*fu2KP-tE<{ػ6;dʶk+gBáZ6б`2KnVj5fdjQR H\ Wz0) | V5V,Q H~@_[BDv fvOsk!Wb:Khy,i_ϝn $;q=1<LRB䥛D$&UnߙQp=*ooWs$_ ZV8\>.iy#jJ3 iV ޔ!k@vrv_!1$oyhN_m&ެa"aݱjBXgQ$pI.y,t ^7ۓ+gqke3YR`fΝHo?N)C_ V@$x&gljbwÛi\02ipu._R !FI^{O~r3ul,hw&}Ʋײ19E!J頤Aw%K{,ٜoxVI-@ŔZNz)+FDUgHPţoS$Em$]gSS>n3M1)ETùqO[Cp|<P悞)5-P c/s\e6wddZh9є>IN'rzdq2Pٔ .H"ռ.zQ7)3ɮ'ϖӻtx7?ȧESA+!Bt.8k>;?qD/@_6QO{uϝ