Coder Social home page Coder Social logo

backmasked's Introduction

BackMasked

BackMasked is a sound reversing and processing web application.

Usage

To use BackMasked, run the application in a rails server. The homepage will show you a simple MP3 upload form. After uploading an MP3, you will be presented with two audio players: one for the unedited version of the audio and anther for the reversed (backmasked) version.

Dependencies

sox

In order to use BackMasked, your server should have sox installed. If you are running BackMasked locally in a Ubuntu/Debian distribution, you can use the following command to install sox with mp3 support.

For more information on sox, click here.

sudo apt-get install sox libsox-fmt-mp3

Understanding and Using Sox

The following commands can be used to reverse a song or clip

Reverse a whole song

To reverse an entire song:

sox input.mp3 output.mp3 reverse

Reverse a clip

To reverse just a clip, you can use the trim command. The first param for trim is the starting point in seconds, the second param is an offset. So 0 10 is 10 seconds from the beginning of a file, 30 5 is 5 seconds starting from 30 seconds into the file.

sox input.mp3 output.mp3 trim 0 10 reverse

backmasked's People

Contributors

feelobot avatar jiminikiz avatar

Watchers

 avatar  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.