GithubHelp home page GithubHelp logo

dhockaday / deflacue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from idlesign/deflacue

0.0 0.0 0.0 44 KB

Cue Sheet driven FLAC audio splitter

Home Page: https://github.com/idlesign/deflacue

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

deflacue's Introduction

deflacue

http://github.com/idlesign/deflacue

release lic ci coverage

What's that

deflacue is a SoX based audio splitter appropriate to split audio CD images incorporated with .cue files.

It is able to function both as a Python module and in command line mode.

Features

  • Large variety of supported lossless input audio formats FLAC, WAV, etc. (due to SoX).
  • Batch audio files processing (including recursive path traversing).
  • Automatic audio collection hierarchy building (Artist/Year-Album/Tracknum-Title).
  • Automatic track metadata copying from .cue.

Requirements

  • Python 3.6+

  • SoX command line utility - http://sox.sourceforge.net.

    Ubuntu users may install the following SoX packages: sox, libsox-fmt-all.

Usage

From Python

from deflacue import deflacue - if you want to use it as module.

Use Deflacue class for SoX interaction.

Use CueParser class for .cue parsing.

From Command Line

deflacue --help in command line - to get help on utility usage.

In the following example we create audio collection in /home/idle/audio_collection/ from audio CD images stored under /home/idle/audio_raw/ processing Cue Sheet files created using windows-1251 encoding:

$ deflacue -e windows-1251 /home/idle/audio_raw/ -d /home/idle/audio_collection/

deflacue's People

Contributors

idlesign avatar ravualhemio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.