SHA256
1
0
forked from pool/audiowmark

Compare commits

...

4 Commits

4 changed files with 28 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aacc80be9fca2c9462be51b1cf34d9194946876ae08c7bbb13c5c3b2d9621437
size 353257

3
audiowmark-0.6.4.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a4445beb70fc17ee11cdd40788ec9936f0c7bb6cf0395ac9ae077652a16e48d
size 369907

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Mar 5 21:38:56 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.6.4:
* reduce memory usage for multiple operations
* optimize performance for speed detection / normal sync
* improve detection for libgcrypt, use pkg-config if available
-------------------------------------------------------------------
Fri Dec 27 18:11:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.6.3
* update HLS support to build with ffmpeg-7 API
* preserve wav subformat
* improved RawConverter
* add format wav-pipe for very long input/output streams on
stdin/stdout
* performance optimizations for SFOutputStream
-------------------------------------------------------------------
Fri Feb 23 20:28:40 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package audiowmark
#
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: audiowmark
Version: 0.6.2
Version: 0.6.4
Release: 0
Summary: Audio watermarking
License: GPL-3.0-or-later
@ -31,7 +31,7 @@ BuildRequires: pkgconfig(fftw3f)
BuildRequires: pkgconfig(libgcrypt) >= 1.2.0
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(sndfile)
BuildRequires: pkgconfig(sndfile) >= 1.1.0
%description
audiowmark is an open source solution for watermarking audio files. It is is
@ -42,7 +42,9 @@ for most users.
%autosetup -p1
%build
%configure
%configure \
--with-ffmpeg \
%{nil}
%make_build
%install