Audiomass

Latest version: v0.9.6

Safety actively analyzes 621724 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.9.6

+--------------------------+

- Updated help and man page
- Removed `Monkey's Audio` (mac) library for output APE codec support (input is
supported from FFmpeg)
- Replaced shntool utility with ffmpeg, because it doesn't
convert audio tracks with sample-rate/bit-rate other than
44100Hz/16bit.
- Code refactor

+--------------------------+

0.9.5

+--------------------------+

- Removed -b option.
- New simplified arguments syntax using argparse module.
- Code refactor
- Improved input prompt for user
- Improved debug messages
- Updated help and man page

+--------------------------+

0.9.0

+--------------------------+

- Changed 'src' to 'audiomass' for modules package.
- Changed 'src/audiomass.py' to 'audiomass/cli.py'
- All code now uses python3 f-string .
- Some code refactoring (checked with flake8 and pylint).
- Changed -c option to check dependencies.
- Changed -C option to print copyright.
- Fixed setup.py .
- Updated the README.md file.
- Updated man page.
- Changed `subprocess.check_call` to `subprocess.run` with check=True and
shell=True args.
- The `KeyboardInterrupt` exception is now handled if the user types the key
combination 'Ctrl+c' key shortcut to send a SIGINT signal, which cancels the
subprocess task.

+--------------------------+

0.8.1

+--------------------------+

* Removed constant definitions from modules. Used __init__.py to definitions.
* Fixed setup.py to use setuptools.
* Fixed PEP8 with pycodestyle.
* Fixed bug on process_dir.py (glob.glob) when converts files on directory.
* The Audiomass Python package has been renamed to src


+--------------------------+

0.7.6

+--------------------------+

- Add aiff conversions support for MP3 and OGG formats.
- Add wav, aiff, mp3 and ogg support for APE format.
- Add 'get()' method in comparisions.py
- Resolved bug in process_batch.py. In 'for' loop raise a [RuntimeError:
dictionary changed size during iteration] when turn with 'continue' statement.
- Add a limites formats list into comparisions.supported_formats() dictionary and
removed some redundant code into all process files
- Some improved console output
- Removed the whichcraft retro-compatibility with python 2, it used
*shutil.which* module instead of


+--------------------------+

0.7.5

+--------------------------+

- Add compatibility for python3
- Change the setup.py for build audiomass deb package for python3
- Change debian dependencies names for building tools, see: README.MD
- Change the command names for building package, see: README.md
- Add new option for check installed dependencies
- Re-formated datastrings.py content
- Re-created new manual in pdf format
- Resolved shntool 'ask option' for overwriting existance file.
For now all existance file are *overwritings* with shntool only.
- When load file with no extension with -f option result:
audiomass: Error! Not format supported: ""
Resolve with 'os.path.basename'
- Resolved bug into parser if missing arg after -b option
- Some tweaks to the code for a future backward compatibility with python3

+--------------------------+

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.