Code Monkey home page Code Monkey logo

shut-audio-tools's Introduction

SHUT AUDIO TOOLS
Lightweight tools for playing, practicing and recording music on Linux

Home page: http://danmbox.github.com/shut-audio-tools/
Author: Dan A. Muresan (danmbox at gmail dot com)


1. DESCRIPTION:

Shut Audio Tools are lightweight tools for playing, practicing and
recording music on Linux. They support Jack, Pulse Audio and ALSA.
They run in a text terminal, or in GUI mode. Currently included are:

* ShutLP, a gapless loop player with a count-in metronome. It helps
you practice along with a recorded loop. For session management, it's
LASH-aware.

* Shut Record, a recording front end with workflow management for
naming / recording / redoing.  It can use jack_capture, arecord and
other back-ends. Set up a background loop with shutlp, record with
shutrecord, view with mhwaveedit and retry until happy.

* spliceaudio, an audio splicing / loop-creation utility using sox

* Shut Audio Control (shut-actl), a GUI for managing Pulse Audio,
Jack and their interactions


2. DEPENDENCIES:

* mandatory: sox, mplayer; perl, python; Jack, Pulse Audio or ALSA

* build dependencies: GNU make, perl, python, help2man

* recommended: TkInter and Python-Imaging (for GUIs)

* recommended: jack_capture (for recording)

* recommended: an audio editor such as mhwaveedit

3. INSTALLING:

Whatever the setup, all executables MUST be installed in the path,
because they call one another by name.

# installs in /usr/local:
make install

# installs elsewhere:
make prefix=/opt/shutat install
PATH="$PATH:"/opt/shutat

# Debian / Ubuntu:
make xdebian
cd ../shut-audio-tools-*/
debuild -i -b -us -uc
dpkg -i ../shut-audio-tools*.deb

# for packagers:
make DESTDIR=build/ prefix=/usr install
cd build; tar cvzf ../shut-audio-tools.tar.gz .


4. RUNNING

In a desktop environment (Gnome, KDE, LXDE etc.), ShutLP is a handler
for audio files, and Shut Record is a handler for folders -- so you
can run them via the "Open With..." dialog (or equivalents).

Or just start the tools from the command line. See the man pages for
command-line arguments.


5. COPYRIGHT:

Copyright 2010-2011 Dan A. Muresan

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

shut-audio-tools's People

Contributors

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