🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

cue_breaker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cue_breaker

bundlerRubygems
Version
0.2.0
Version published
Maintainers
1
Created
Source

CueBreaker

CueBreaker is a Ruby script that parses CUE files and converts associated WAV files into respective MP3 track files. It uses the rubycue gem for parsing and FFmpeg for audio conversion and metadata handling.

Features

  • Parses CUE files to extract track information.
  • Converts WAV segments to MP3 files.
  • Adds metadata to the MP3 files (e.g. title, artist).

Requirements

  • Ruby
  • FFmpeg

Installation

  • Install Ruby: Download and install Ruby from ruby-lang.org.
  • Install FFmpeg: Download and install FFmpeg from ffmpeg.org and ensure it is added to your system's PATH.
$ gem install cue_breaker

Usage

Here's an example of how to use CueBreaker:

$ cue_break --cue rockband.cue --wav rockband.wav --output $HOME/music/rockband

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

FAQs

Package last updated on 24 May 2024

Did you know?

Socket

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.

Install

Related posts