Compare commits
No commits in common. "devel" and "devel" have entirely different histories.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23316db96bcb5238e07c3d033832322c56159ab8ba27e7471fd1fbbf781d3047
|
||||
size 811416
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f93bc2227dc47adcc834f0de3ce5f75eb297a681b986c09ceb118c0634f3adcf
|
||||
size 812511
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46af5bdc36649dca8cda8631428c91946ba131824ca3b3eca37dc67e2530bc5c
|
||||
size 813488
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc4f4fa203dcf0736fe48c23dce9aa0db825370e5941e7595e4851efe6937cdc
|
||||
size 834173
|
@ -1,40 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 19:10:13 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.12.0
|
||||
* Better mixing for multi chip tunes.
|
||||
* fixed voice sync when a saw-combined waveform is selected.
|
||||
* residfp: updated CW parameters.
|
||||
* resid: properly adjusted 8580 Vref value.
|
||||
* switched to UTPP for unit tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 19:36:00 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.11.0
|
||||
* Removed buffer size limit from mixer.
|
||||
* residfp: avoid quantization noise.
|
||||
* residfp: implemented 6581 DC drift.
|
||||
* residfp: properly adjusted 8580 Vref value.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 20 20:14:40 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.10.1
|
||||
* residfp: fixed digiboost.
|
||||
* residfp: fixed combined waveforms.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:05:51 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.10.0
|
||||
* Add support for c++20 where available.
|
||||
* residfp: retuned cw parameters after measuring waves RMS.
|
||||
* residfp: code refactoring and minor performance optimizations.
|
||||
* resid/residfp: scale down filter inputs in the mixer for 6581.
|
||||
* Centralized handling of muted voices and allow muting samples.
|
||||
* new API to toggle the filter and deprecated sidplayfp::filter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 25 16:52:01 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
%define soname 6
|
||||
%define stilview_soname 0
|
||||
Name: libsidplayfp
|
||||
Version: 2.12.0
|
||||
Version: 2.9.0
|
||||
Release: 0
|
||||
Summary: A library to play Commodore 64 music
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
#Git-Clone: https://github.com/libsidplayfp/libsidplayfp.git
|
||||
URL: https://sourceforge.net/projects/sidplay-residfp/
|
||||
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.12/libsidplayfp-%{version}.tar.gz
|
||||
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.9/libsidplayfp-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user