sox-devel-14.3.0-3.5>p  @D\lJⵂ/=„ި4?$p;_:r39lX2_Kp 895ͶKҚ惿jWƅuH3Q*+A, %>)I?:wPoC׍gLHյHw"wx(譀7(;9U|K VzݠԨjK--m b YdnȣiC t;;ִCl[`C-CgteZ̙gca44ab7bd2f1bdb0e4a396ae3da21cb0cd89fb1b6\Jⵂ/=„%,!/5'('So`#F8 2bN\P±T "A,eZ^%D;mo3-S"8~B9dVo9+Y1/r컘712^P@~b' sy/xꌂxP+;;g}Q@R"^N~zkgan/K:2:O~ Zre,9eM-e:8k|,]QEs}+d|6p[QE>r[Fc\>5<?<d   : +18H P X h  0@\p(890:F:HG:\H:lI:|X:Y:\:]:^:b:c;d;e;f;l;z;Csox-devel14.3.03.5Sound Conversion Tools and LibrarySOX is intended to be the Swiss Army knife of sound processing tools. It does many things, it just does not do them all well. Sooner or later it will come in very handy. SOX is really only usable day-to-day if you hide the wacky options with one-line shell scripts. Authors: -------- Chris Bagwell Jkbuild20`openSUSE 11.2openSUSEBSD 3-clause (or similar) ; GPL v2 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://sox.sourceforge.netlinuxi586^JgJgJgJg59ff5b02696ad5d8fd0c01fade472ba0d508af096675969578f1cf9c8d07425267ee92e8a617cbe6f3fb8760b15b1037libsox.so.1.0.0rootrootrootrootrootrootrootrootsox-14.3.0-3.5.src.rpmsox-develsox-devel(x86-32)   soxpkg-configrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)14.3.04.0-13.0.4-14.4.6-14.7.1JCfJ?r@IpvIg@H@Hd@G@G@GAzF@F(@E݅EES@Dcmorve69@yahoo.esprusnak@suse.czprusnak@suse.czro@suse.deprusnak@suse.czschwab@suse.deprusnak@suse.czprusnak@suse.czprusnak@suse.czprusnak@suse.cztiwai@suse.deprusnak@suse.czschwab@suse.deprusnak@suse.cznadvornik@suse.cz- made ffmpeg, mad, lame, amrwb and amrnb support build conditional - enable PulseAudio support- updated to 14.3.0 * LibSoX interface changes: o sox_format_init() has been supeseded by sox_init(). o Removed obsolete error codes (SOX_E...); new sox_strerror() function to convert error codes to text. o Use of sox_effect_options() is now mandatory when initialising an effect (see example0.c for an example of this). o sox_flow_effects() has a new (3rd) parameter: a void pointer `client_data' that is passed as a new (2nd) parameter to the flow callback function. client_data may be NULL. * File formats: o Slight improvement to A-law/u-law conversion accuracy: round LSB instead of truncating. (robs) o Fix length in wav header with multi-channel output to pipe. (robs) o Fix [2028181] w64 float format incompatibility. (Tim Munro) o Fix reading AIFF files with pad bytes in COMT chunks. (Joe Holt) o Fix AIFF file length bug to stop reading trash data on files that have extra chunks at end of file. (Joe Holt) o Fix file length being 4 bytes short for AIFF sowt CD tracks. (Joe Holt) o Fix [2404566] segfault when converting from MS ADPCM wav file. (robs) o Fix slight FLAC seek inaccuracy e.g. when using `trim' effect. (robs) o Fix mp3 decode sometimes being up to a block short. (robs) o Fix not outputing GSM-in-wav when input is GSM-in-wav. (robs) * Audio device drivers: o New native OpenBSD audio handler for play/recording. (Alexandre Ratchov) o 24-bit support for ALSA handler. (robs) o Warn if ALSA under/overrun. (robs) * Effects: o New `stats' effect; multichannel audio statistics. (robs) o New `sinc' FFT filter effect; replacement for `filter'. (robs) o New `fir' filter effect using external coefficients/file. (robs) o New `biquad' filter effect using external coefficients. (robs) o New `overdrive' effect. (robs) o New `vad' Voice Activity Detector effect. (robs) o `synth' enhancements: can now set common parameters for multiple channels, new `pluck' and `tpdf' types, `scientific' note notation, [2778142] just intonation. (robs) o New multi-channel support and revised sizing options for `spectrogram'. N.B. revised options are not directly backwards compatible -- see the man page for details of the new syntax. (robs) o Richer gain/normalise options. (robs) o [2704442] Slight change to `riaa' gain: now norm'd to 0dB @ 1k (previously 19.9dB @ DC). (Glenn Davis) o Fix [2487589] `dither' clipping detection & handling. (robs) o Fix `repeat' sometimes stopping repeating too soon. (robs) o Fix `repeat' sometimes repeating wrong audio segments. (robs) o Fix [2332343] 'silence' segfault with certain lengths. (cbagwell) o Fix `silence' empty output file with A-law input. (robs) o Fix temporary file problems in Windows (cygwin) with normalise and other effects. (robs) o Fix [2779041] spectrogram PNG file is invalid on Windows. (robs) o Fix [2787587] `trim x 0' should produce zero length audio. (robs) o Parallel effects channel processing on some hyper-threading/mult-core architectures. New `--single-threaded' option to disable this. (robs) * Other new features: o Added ability to create shared DLL's on cygwin (cbagwell) o New `--guard' & `--norm' options; use temporary files to guard against clipping for many, but not currently all, effects. (robs) o New `--ignore-length' option to ignore length in input file header (for simple encodings & for mp3); instead, read to end of file. (robs) o New `--temp DIRECTORY' option. (robs) o New `--play-rate-arg ARG' option. (robs) o New SOX_OPTS environment variable; can be used to provide default values for above and other options. (robs) o Grouped files, e.g. play -r 6k "*.vox" plays all at 6k. (robs) o Automatically `dither'; new `--no-dither' option to disable this. (robs) o Can now use `v' & `V' keys to adjust volume whilst playing audio (on some systems). (robs) o New bitrate, time in seconds, & total options for soxi; bitrate and file-size display for sox. (robs) o `Magic' (libmagic) file type detection now selected using `--magic' option (where supported). o [2003121] In many cases, no longer need to specify -t when inputing audio from a `pipe'. (robs) o Support more Shoutcast URL variants. (robs) o Added libSoX example #3: playing audio. (robs) * Other bug fixes: o Fix [2262177] SoX build could fail with parse /etc/issue error. (robs) o Fix "no handler for detected file type `application/octet-stream; charset=binary'" with raw files when using libmagic. (robs) * Internal improvements: o Rationalise use of and make repeatable across different platforms pseudo random number generators. (robs) o Rationalise effects' options interface (getopt compatible). (robs) o Added stub headers to allow test compilation of all sources on linux. (robs)- updated to 14.2.0 * Processing chain: o now supports any number of input files o now allows multiple effects chains, multiple input pipes and, in some cases, multiple output files o initial support for Mac OSX audio IO o better support for large (2G/4G) files. * New effects: o (ISO 226) loudness control o RIAA vinyl EQ o pitch bending * Enhanced effects: o rate: minimum/intermediate/linear phase, custom bandwidth o dither: noise shaping o mcompand: now with Linkwitz-Riley crossover. * Various other small fixes/improvements.- fix build with updated libtool- updated to 14.1.0 * New WavPack format. * New htk format. * New .f4 & .f8 raw file extensions. * New `splice' effect; splice together audio sections. * New `remix' effect; mixes any number of channels. * New `norm' (normalise) effect. * New `delay' effect; delay one or more channels. * New `contrast' enhancement effect. * New `rate' high quality resampling effect. * New `spectrogram' effect; creates a PNG (if built with PNG lib). * New `gain' alias for the vol effect. * New option --help-format shows info about supported format(s). * New --combine=mix-power option to mix combine using 1/sqrt(n) scaling instead of 1/n. * New --input-buffer option to specify (only) input buffer size. * New `soxi' utility to extract/display file header fields. * New VU meter. * Can now write .amb (.wav variant) files. * Can now read 2,3(2.6),4 bit ADPCM .voc files. * Can now read some MP3 ID3 tags. * Fix rec shortcut should apply bit depth (8-bit, 16-bit, etc.) to input handler. * Fix endian selection (-B, -L, -x) in some circumstances. * Various other small fixes/improvements.- Use autoreconf.- build file format modules with LDFLAGS -module -avoid-version (module-avoid-version.patch)- updated to 14.0.1 File formats: o Added support for non-standard, non-WAVE_FORMAT_EXTENSIBLE (esp. 24-bit) PCM wav (see wavpcm in soxformat.7 for details). (robs) Effects: o Reimplemented reverb to be similar to freeverb. (robs) Bug fixes: o Fix Sndtool read error causing noise at start. (Reynir Stefánsson) o Fix mixer with >4 numbers, and mixer -3 behaving as mixer -4. (robs) o Fix [1748909] sox does not report remaining playtime of mp3s. (robs) o Fix failure to read AIFF files with empty MARK chunk. (robs) o Fix spurious 'Premature EOF' message in some circumstances. (robs) o Switched to 16-bit for libao driver since not all its plugins support it (such as oss, nas, and pulse audio) (Morita Sho) o Stop crash when "rec" is run with no arguments (Morita Sho). o Fix -V (without argument) on non-gnu systems. (robs) o Fix reported (with -V) output audio length in some cases. (robs) o Fix actual FLAC output file audio length in some cases. (robs) o Fix poor 24-bit FLAC compression & support newer versions of libFLAC (1.2.x). (robs) o Fix loss of 1 decoded FLAC block when using "trim 0 ...". (robs) o Fix trim when first effect with IMA-ADPCM input wav file. (robs) Internal improvements: o Let "make distcheck" run some automated test scripts. o Distribute missing cmake files. o Fix ogg vorbis compile error on some platforms. o Remove unused libltdl that could cause header mismatch with installed libltdl. o Fix AMR detection with --disable-shared. (robs) o Updated configure to support linking to static libraries on mingw for flac, ogg, and libsamplerate libraries.- moved %{_libdir}/sox/*.so from -devel to main package (these are plugins not development files) - added rpmlintrc to supress warnings about .so files in non-devel package- updated to 14.0.0 File formats: o Added ffmpeg support. (Reuben Thomas) o FLAC: added seekable decoding; added seek-table generation. (robs) o Added M3U & PLS playlist formats [FR# 1667341] (Note: SHOUTcast PLS is only partially supported). (robs) o Made format readers and writers into individual modules for easier distribution of differently-licensed code. (Reuben Thomas) o Added libao support. (Reuben Thomas) o Added support for ADPCM-encoded PRC files, based on Danny Smith's rec2wav and sndcmp. (Reuben Thomas) o Added AMR-NB [FR# 728875] & AMR-WB formats (with external libs). (robs) o Added LPC-10 support. (Reuben Thomas) Effects: o Use LADSPA effects (one input, one output). (Reuben Thomas) o --octave option changed to --plot; can now also use gnuplot to plot effect transfer function. (robs) o Added soft-knee companding. (robs) o Show (with --plot) compand transfer function. (robs) o Allow e.g. "vol 6dB" (as well as "vol 6 dB"). (robs) o Changed deemph filter from 1st order to 2nd order for better accuracy. (robs) o Add option to silence effect to leave periods of silence in and only strip out extra silence. (Mark Schreiber) o synth can now generate any number of channels. (robs) o mixer can now mixdown to mono any number of channels. (robs) o Added oops effect (mixer special case). (robs) o All effects that could only work on mono or stereo audio, now work with any number of channels. (robs) o Added WSOLA-based key and tempo effects. (robs) Other new features: o Show (with -S) if clipping is occurring. (robs) o Added internet input file support (needs wget). (robs) o Made it possible to build without sound drivers. (Reuben Thomas) Bug fixes: o Fix (m)compand transfer function non-linearities; fix compand drain volume. (robs) o Fix crash with pan effect. (robs) o Add missing RM define to Makefiles so installs work. (Bug# 1666599) (cbagwell) o Fix I/O performance regression in 13.0.0. (Reuben Thomas) o Fix .lu, .la read regression in 13.0.0 [Bug# 1715076]. (robs) o Fix uncompressed NIST/Sphere read regression in v13 [Bug #1736016]. o Fix displayed times when playing a file and using trim. (robs) o Fix CDDA sector duration display for non-CDDA sample rates. (robs) o synth fixes: brown noise; inverted square wave; offset < 0. (robs) o Fix crash when encoding Vorbis or FLAC: with no comment. (robs) o Fix effect drain problems: chorus, echo(s), phaser. (robs) o Fix rabbit responsiveness and memory problems. (Peter Samuelson) o Fix broken stereo audio when recording using ALSA. (robs) o Fix OSS driver on big endian machines that was introduced in last release. Internal improvements: o Renamed libst to libsox for name recongition and to avoid duplications with other existing libst libraries. (Reuben Thomas) o Moved effects to libsfx. (Reuben Thomas) o Got rid of several hundred compiler warnings. (robs, Reuben Thomas) o Added basic performance testing of I/O. (Reuben Thomas) o Effects chain processing now available in libSoX. (robs) o Added effects-chain buffering for effects that use a window [FR# 1621695]. (robs) o Added cmake build files for Win32. (robs) - dropped obsolete patches: * retval.patch (included in update)- removed unnecessary requires.- updated to 13.0.0 * added ability to merge e.g. 2 mono files to 1 stereo file * removed the restrictions whereby multiple input files had to have the same data encoding & size and same # of channels * added large file support * more fixes to MP3 tag reading * fix to stop, avoiding a crash, when starting of effects fails * fixed a bug introduced in 12.18.2 that stopped the draining of effects from occuring. This had stopped the reverse effect, among others, from working. * fix rounding error when reading command-line time parameters o fixed deemph & earwax effects to work with MP3, vorbis & FLAC * fix wav file handler discarding the last PCM sample in certain circumstances * improved the accuracy of integer and floating point PCM conversions * full changelog here: http://sf.net/project/shownotes.php?group_id=10706&release_id=485784 - fixed random return value (retval.patch) - dropped obsoleted patches: * sox-12.18.1-external_gsm.patch (included in update) * sox-12.18.1-makefile.patch (included in update) * sox-12.18.1-pitch.patch (included in update)- Fix building as non-root.- backported some of the changes from 12.8.2 fixing a bug which caused crashes while pitch changing (pitch.patch) [#200088]- updated to 12.18.1 * fixes infinite loops at certain conditions [#197498] * other bugfixes - use external libgsmbuild20 1256371563!14.3.0-3.514.3.0-3.5sox.hsoxstdint.hlibsox.sosox.pc/usr/include//usr/lib//usr/lib/pkgconfig/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/47ba42070f428a84fec11a8752c9f884-soxcpiolzma2i586-suse-linuxYӤj0O9?] b2%uF*&'TxNqvmb;{$b?uP-k /wC3=p p^v0QɥL׿wT_-g;WO i8A2yOfE'p$\&|}/ |l0<]8ND'9Z.vj46e<ÊZ͂Sd[V)t2+j 2nh\y(W #"pȦHeGH[e"xUY'etB?7鱇MI[U.xmyv渋~UsI؏_Ʀb>?>AUt}w%  .Xvd.+4c ϝ7sySْƒPIv{ȆsJjddcXxҺwe.&+OH9ZX(yF3N{&rs0K+Pg=w((`>X5uWdਖ਼0"'գxYh 6f7RyDnpzՇU 0e)':6nUOz],| 3W=+:ٖ8 / l%&cH& _+7;&jŴeP*?vNW `t(5(876Pd8tg@=PD}vȮ2LkL9^qd7%`LgW钋+kwae,%<Xvc vKrl_޿QNdHP6#TzAC,}{Ԅal[VyPMSGX nΔTEcUK g5@9? ˡwRr*N z&Ҝ17(mAލԀ܌{ocb]¦r~nyAe]CS0*}Txm0\6sh++E5(QOr7p;]7%0G[y:1k 6G^f!k`؄+Uk<eXncn%}/c8yc`?y>Ɇ-.n_2k,=+ݭb4݇^ $E0?H Tv8dW9SU(wȖLr'@=ܼ32bi8xVZ{ Rz>q. /| S353Dh#; uZIQ~}߹nF(ni0Hk:Ja4"@KR0ɱܫUmbf>Y!%Gŏ{EZ:j0m*+kIu$ւ>GwTw=tI1lJ1IRIjySoa-"`8,UbY$p +lx_ Ae?\sJZD頓ʢI1[\7xw@u1嵾\~XBK)z*̿e =Jo: Ho1Sks!E((XC6PHmK*-)±?%Pm51V`* Uլ_e9(ƙRAoo#o-g x".I}х$d,O t,Y,c{%فHˡp R' |98_t6hZ*  y>3#U$%Aj#+.n I"!0f`}YNwKbAIM%gUYb|?KOR@A;s:z8N$_m񆨍ϴϙ/|ǩoU^|'ec|x*^#s!T9ՖrZ`\"00gm"FnJs7]@Dn)[d~|0N0?1p#0rL( CH$U3a{Rˎdz'h8x4㉐0: էfǽjuK8ƻ*DaҕmNHݴ,fLㄉ\_zPvk}&h@XXZ3ga`T/mKҠ /pJ0L f;.-"&.ntd9,kx<[ץoPi e;=,Y76B;hwWh&l=OqlT*xbQCienB>`mˠwXyL;5=f]f% ٧tC> ɪ(OlH2tKyS<# g*1c#Bgp]"wqH:ǻ3¶RlܱBU>}:dνf93fe~ԭ >I#7$c>`$' 楻qE9I?Uor@ql"<^> m[5hFrξ.'wnb~i:KF}I}8 5f;ϮnS$Pb !맵ޯL¦ʢ^>΍^S3|;Tǜ%<ɾ9ohH#|wo|ҳ,3.;UqOWz.%:#t Zy 4r\=< 鍵V=U dP -^9,O x=.]L7Do{d\v9p< $*PW 6++k@Tȿok:pۑ))Ɓ2+χ[짻ЖlE@hNuR;1kH6r]\ߘHpO6( \7=^dz62<,\ӦgWgluDp{ 2#NJ @Jzp&vmaJ\S`–'q-UD le4K7T- pD*8ByCLߥA,AMh2c#GYH_0JnI#o]oAA<֎Luv1iOqR'0&?6Oeh4=HZ1=8ؑ i61b0\&<y;FMđOEtd23Q˯*P|gN,^;?|q fj^}"qMy} uvIR>p;9a4ҹ’V eNV=U5FQP󳕴`^;mγލiq47KNtҰ90܀; w?dmc*>B3H!&LL+>lꅥTw#AlL}W,%[cetcMw3&'/m7Y M/d23fȗVłG=ɜ$t zu%z ӍJ澯fl~ TQ{-U}_}22Y^l)mU1>Z&L^K,7[" D,zS0 ⫺Fk&X"-`bQ_͢8"8'Wd@ ARFBNxan3k&Sy:di(c®tob^L$`xҡǔ Ox5(ߊǬwa<`R*8DT-1Y?E[gPBxm{_\6DAMC>1]>b]p+wQI mRURgv2LVJ_åm}`VCp[TkqbD$$^5+-o%@3#{ZMh5n_A:/U,YPcA+&)I3_`=@}m=r!/{&ЦHeI:dOic\fE3luzUb mktHR(j=hOHזp]+;k3^?|6 MqPa=Ç6oa*[O7&[BS[㚌.4oZBE;,L;fG%qf#'cxm-Tln@&jҧBK_vTzJ>T/2]2WDI$()Tyڷ=:i6<"2*N6cIB2d||zs*źwՈoˬn_.<|CV%@RE8ecx߽xb7kL_sfUlh=a$eF@3m>p·.!JP3BJkrPK|)ltWqD8Rȥlǿ&!J{y@UnpuOa;UJ3 |IJӅn XZl~ 6X>l܍3#.eV%qැX\ :X]HkDE]+!* *l#ɿlsrRg\{*.ʷE-]-DEgfK0C-7G^!bn lg^i]#QI$cɌ>ei)CGY"H#WD&<3ڡRoᷱܝeytm0LHUf /=..l`-ZAq7UGǷJ@FevznPjEf񉚄1eTjYK*-#i1j%`%8آt̍Y;^/;g{[fmO2O!b 2Ns9L*0ˢŗK;FG tZNYO RO2PX9ky'[I.+)sěda| `3#5'#xWwf wR}"Y/#E HHҏ`2! ˳YɡL*! e>r9c)O "ߤPn1Yg<"iӇzSo,P9lvSUjSb>[6^Aeyjã8rfFHUfmmaYP4e㿬lG9\&O[=vF ):1oT#U,}SնqAr6Ƴ ' On2wJ˧FOVej΂fЌbԋme= i:~ -EhLZ+4I$l?wZ4M(FD\=sB?ld6 /q,jQEtݑۦ|:2q\yn|@@d{G>{Q:kЧ]20pIo0ïð.i08*+ )s]jɢO4`Ieٷ/