Skip to content

Commit

Permalink
v-1.0.2.3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkraad47 authored Jul 29, 2024
1 parent f794665 commit b7380a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='fat_llama',
version='1.0.2.2',
version='1.0.2.3',
packages=find_packages(),
install_requires=[
'numpy',
Expand Down

0 comments on commit b7380a3

Please sign in to comment.