Re: UPDATE: libsamplerate

2024-05-03 Thread Jan Stary
On May 03 20:03:43, h...@stare.cz wrote: > > > > > > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > > > > > > Implement SSE2 lrint() and lrintf() on amd64. > > > > > > > > > > > > > > I don't think this is worth the added complexity: > > > > > > > seven more patches to have a different

Re: UPDATE: libsamplerate

2024-05-03 Thread Jan Stary
> > > > > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > > > > > Implement SSE2 lrint() and lrintf() on amd64. > > > > > > > > > > > > I don't think this is worth the added complexity: > > > > > > seven more patches to have a different lrint()? > > > > > > Does it make the resampling

Re: UPDATE: libsamplerate

2024-05-03 Thread Jan Stary
On May 02 14:29:26, h...@stare.cz wrote: > On May 02 13:04:54, s...@spacehopper.org wrote: > > On 2024/05/01 21:04, Jan Stary wrote: > > > On May 01 11:00:12, s...@spacehopper.org wrote: > > > > On 2024/05/01 11:21, Jan Stary wrote: > > > > > Hi, > > > > > > > > > > On Apr 26 20:46:51,

Re: UPDATE: libsamplerate

2024-05-02 Thread Kirill A . Korinsky
On Thu, 02 May 2024 14:29:26 +0200, Jan Stary wrote: > > Sorry, I don't understand at all how this concerns > the OpenBSD port of libsamplerate: the Benchmark does not > mention an OS or an architecture, so what is this being run on? > Because it seems like a magic. Special in the case of

Re: UPDATE: libsamplerate

2024-05-02 Thread Jan Stary
On May 02 13:04:54, s...@spacehopper.org wrote: > On 2024/05/01 21:04, Jan Stary wrote: > > On May 01 11:00:12, s...@spacehopper.org wrote: > > > On 2024/05/01 11:21, Jan Stary wrote: > > > > Hi, > > > > > > > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > > > Implement SSE2 lrint() and

Re: UPDATE: libsamplerate

2024-05-02 Thread Stuart Henderson
On 2024/05/01 21:04, Jan Stary wrote: > On May 01 11:00:12, s...@spacehopper.org wrote: > > On 2024/05/01 11:21, Jan Stary wrote: > > > Hi, > > > > > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > > Implement SSE2 lrint() and lrintf() on amd64. > > > > > > I don't think this is worth the

Re: UPDATE: libsamplerate

2024-05-01 Thread Jan Stary
> > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > > Implement SSE2 lrint() and lrintf() on amd64. > > > Does it make the resampling noticably better/faster? > > > > Playing with the benchmark mentioned in > > https://github.com/libsndfile/libsamplerate/issues/187 > > suggests that it's

Re: UPDATE: libsamplerate

2024-05-01 Thread Jan Stary
On May 01 11:00:12, s...@spacehopper.org wrote: > On 2024/05/01 11:21, Jan Stary wrote: > > Hi, > > > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > Implement SSE2 lrint() and lrintf() on amd64. > > > > I don't think this is worth the added complexity: > > seven more patches to have a

Re: UPDATE: libsamplerate

2024-05-01 Thread Stuart Henderson
On 2024/05/01 11:21, Jan Stary wrote: > Hi, > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > Implement SSE2 lrint() and lrintf() on amd64. > > I don't think this is worth the added complexity: > seven more patches to have a different lrint()? > Does it make the resampling noticably

Re: UPDATE: libsamplerate

2024-05-01 Thread Jan Stary
Hi, On Apr 26 20:46:51, b...@comstyle.com wrote: > Implement SSE2 lrint() and lrintf() on amd64. I don't think this is worth the added complexity: seven more patches to have a different lrint()? Does it make the resampling noticably better/faster? Also, the patch changes the CONFIGURE_STYLE

UPDATE: libsamplerate

2024-04-26 Thread Brad Smith
Implement SSE2 lrint() and lrintf() on amd64. Index: Makefile === RCS file: /cvs/ports/audio/libsamplerate/Makefile,v retrieving revision 1.27 diff -u -p -u -p -r1.27 Makefile --- Makefile5 Sep 2023 16:13:38 - 1.27 +++

Re: UPDATE: libsamplerate 0.2.1

2021-10-09 Thread Brad Smith
On Sat, Oct 09, 2021 at 12:36:54AM -0400, Brad Smith wrote: > On Sat, Sep 11, 2021 at 04:08:02PM -0400, Brad Smith wrote: > > On Fri, Sep 03, 2021 at 10:51:25PM -0400, Brad Smith wrote: > > > Here is an update to libsamplerate 0.2.1. > > > > > > Version 0.2.1 (2021-01-23) > > > * Fix incorrect

Re: UPDATE: libsamplerate 0.2.1

2021-10-09 Thread Brad Smith
On Sat, Sep 11, 2021 at 04:08:02PM -0400, Brad Smith wrote: > On Fri, Sep 03, 2021 at 10:51:25PM -0400, Brad Smith wrote: > > Here is an update to libsamplerate 0.2.1. > > > > Version 0.2.1 (2021-01-23) > > * Fix incorrect passing of -version-info to libtool, causing a > > regression on

Re: UPDATE: libsamplerate 0.2.1

2021-09-11 Thread Brad Smith
On Fri, Sep 03, 2021 at 10:51:25PM -0400, Brad Smith wrote: > Here is an update to libsamplerate 0.2.1. > > Version 0.2.1 (2021-01-23) > * Fix incorrect passing of -version-info to libtool, causing a > regression on versioned file name of the shared library (#140). > * Fix time resolution

Re: UPDATE: libsamplerate 0.2.1

2021-09-04 Thread Brad Smith
On Fri, Sep 03, 2021 at 10:51:24PM -0400, Brad Smith wrote: > Here is an update to libsamplerate 0.2.1. > > Version 0.2.1 (2021-01-23) > * Fix incorrect passing of -version-info to libtool, causing a > regression on versioned file name of the shared library (#140). > * Fix time resolution

UPDATE: libsamplerate 0.2.1

2021-09-04 Thread Brad Smith
Here is an update to libsamplerate 0.2.1. Version 0.2.1 (2021-01-23) * Fix incorrect passing of -version-info to libtool, causing a regression on versioned file name of the shared library (#140). * Fix time resolution on GNU/Hurd for throughput_test * Update AUTHORS and release manager

Re: UPDATE: libsamplerate 0.1.8

2013-11-07 Thread Jan Stary
On Nov 07 02:08:38, b...@comstyle.com wrote: On 04/10/13 12:52 AM, Brad Smith wrote: Here is an update to libsamplerate 0.1.8. OK? ping. This diff does not apply to current audio/libsamplerate for me ... Index: Makefile

Re: UPDATE: libsamplerate 0.1.8

2013-11-06 Thread Brad Smith
On 04/10/13 12:52 AM, Brad Smith wrote: Here is an update to libsamplerate 0.1.8. OK? ping. Index: Makefile === RCS file: /home/cvs/ports/audio/libsamplerate/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile ---

UPDATE: libsamplerate 0.1.8

2013-10-03 Thread Brad Smith
Here is an update to libsamplerate 0.1.8. OK? Index: Makefile === RCS file: /home/cvs/ports/audio/libsamplerate/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile21 Mar 2013 08:45:12 - 1.18 +++

[UPDATE] libsamplerate-0.1.3

2008-03-25 Thread Antoine Jacoutot
Hi ports@ This diff updates libsamplerate to version 0.1.3 more info here: http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.html It passes regress (amd64) and all dependent ports build fine fine with it: audio/jack audio/akode audio/mpd audio/aqualung audio/audacity