Code Monkey home page Code Monkey logo

jack-file's Introduction

JACK-FILE
Jack transport-centric utilities for audio playback

Home page: http://danmbox.github.com/jack-file
Author: Dan A. Muresan (danmbox at gmail dot com)


1. DESCRIPTION:

Jack-File contains two utilities for Jack transport-bound playback:

* file2jack is a gapless audio player that maps files onto the
(optionally periodic) transport timeline. The player achieves
periodicty (looping) without moving the transport: the looped segments
are simply mapped to transport time-points. A picture is worth 10^n
words:

|*****| FILE A | FILE B |******| FILE C | FILE C | FILE C | ...
----------------------------------------------------------------
      |        |        |      |        |        |        |
     10s      20s      30s    40s      50s      60s      70s

file2jack --at 10 -i A.flac --at 20 -i B.flac --at 40 -i C.flac --loop 40

In the example above (which assumes files A, B, C are all 10s long) the
user has requested 10s of silence, then FILE A at 10s, then FILE B at
20s, then after 10 more seconds of silence, FILE C repeated
periodically from 40s to infinity evert 10s.

* jacktransportloop is a simpler way to loop other transport-aware
players: it forces the Jack transport to loop between two time-points.
When the transport reaches the loop endpoint, it is forced back to the
starting point. This will loop any transport-aware player, but
compared to file2jack it will create playback a gap at the loop
endpoint.


2. DEPENDENCIES:

* jack, sndfile; sox (optional -- for formats not supported by
  sndfile, like mp3)

* build dependencies: GNU make, pkg-config, help2man


3. INSTALLING:

# installs in /usr/local:
make install

# installs elsewhere:
make prefix=/opt/jack-file install
PATH="$PATH":/opt/jack-file

# for packagers:
make DESTDIR=build/ prefix=/usr install
cd build; tar cvzf ../jack-file.tar.gz .


4. RUNNING

Call the utilities with --help (or see the manpages) for usage
information.


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.

jack-file's People

Contributors

danmbox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

gutobenn k0f

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.