GithubHelp home page GithubHelp logo

showurl / mp3toradio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drsm79/mp3toradio

0.0 1.0 0.0 7 KB

Convert mp3 (and other audio formats) to RAW files for use with Music Thing Modular Radio Music

License: Apache License 2.0

Python 100.00%

mp3toradio's Introduction

mp3 to radio

This script takes a set of files and creates a "radio station" for the Music Thing Modular Radio Music eurorack module.

This module has various requirements on the format and on card layout of the files, so a script seemed like a good idea.

Install

This project uses pipenv. Go install that then:

pipenv install
pipenv shell

This script uses pydub, you may need to install it's dependencies (ffmpeg).

Usage

Convert all music (mp3, ogg, wav...) files in a directory with:

python convert -d directory

multiple directories can be specified, and will be output into a single directory:

python convert -d directory1 -d directory2

Convert specific files with:

python convert -f file1.mp3 -f file2.ogg

By default the script creates and fills the channel directory in the current working dir. You can override that with:

python convert -f file1.mp3 -f file2.ogg -o 16

mp3toradio's People

Contributors

drsm79 avatar

Watchers

 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.