From b7380a3826900842cfaa4ea8051fee6b76885aeb Mon Sep 17 00:00:00 2001 From: Raad Date: Mon, 29 Jul 2024 17:43:39 +1000 Subject: [PATCH] v-1.0.2.3 (#17) --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70bcd57..01108e5 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ fat_llama is a Python package for upscaling audio files to FLAC or WAV formats u ## Features - Upscale MP3 files to high-quality FLAC format. -- Optional iterative soft thresholding (IST) for enhanced audio processing. -- Gain adjustment, equalization, and optional Wiener filtering. +- Iterative soft thresholding (IST) for enhanced audio processing. +- Auto-scaling amplitude adjustment and normalization. - Supports GPU-accelerated processing with CuPy. ## Requirements diff --git a/setup.py b/setup.py index b28e620..becd35e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='fat_llama', - version='1.0.2.2', + version='1.0.2.3', packages=find_packages(), install_requires=[ 'numpy',