Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
r128gain is a multi platform command line tool to scan your audio files and tag them with loudness metadata (ReplayGain v2 or Opus R128 gain format), to allow playback of several tracks or albums at a similar loudness level. r128gain can also be used as a Python module from other Python projects to scan and/or tag audio files.
This is beta software, please test and report bugs.
r128gain requires Python >= 3.6 and FFmpeg >= 2.8.
Windows users can download a standalone binary which does not require Python, and bundles FFmpeg.
Arch Linux users can install the r128gain AUR package.
Install r128gain using pip: pip3 install r128gain
git clone https://github.com/desbma/r128gain
python3 setup.py install
Run r128gain -h
to get full command line reference.
r128gain -d an_audio_file.mp3
r128gain an_audio_file.mp3
music_directory
and all its subdirectories: r128gain -r music_directory
music_directory
and all its subdirectories, and add album gain tags (files contained in each directory are considered as part of the same album): r128gain -r -a music_directory
FAQs
Fast audio loudness scanner & tagger
We found that r128gain demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.