Main > Free Download Search >

Free jack software for linux

jack

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 128
jack 3.1.1

jack 3.1.1


Jack is a console tool, somewhat in the great tradition of command-line oriented software. more>>
Jack is a console tool, somewhat in the great tradition of command-line oriented software. When using XTerm and xtermset the xterms size is automagically changed to match the number of tracks.

Install the software as recommended in doc/INSTALL.
run jack -h for quick help or read the doc/(umentation).
Use --save to save frequently uses options to your ~/.jack3rc

Jack has his home at http://www.home.unix-ag.org/arne/jack/. His creators e-mail address is zarne@users.sf.net

<<less
Download (0.31MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1193 downloads
JJack 0.2

JJack 0.2


JJack is a framework for the Java programming language that allows creating and running audio processor clients. more>>
JJack is a framework for the Java programming language. JJack allows creating and running audio processor clients for the JACK Audio Connection Kit:

- Uses Java to create audio processors (effects processors, synthesizers etc.).
- Provides a JavaBeans-compatible event mechanism to interconnect audio processors.

Native bridge code uses new java.nio.ByteBuffer for direct memory access from Java.

Installation:

Unpack the distribution archive jjack-0_2.tgz to /usr/java. A directory /usr/java/jjack_0-2 will be created. You can also choose a different directory, in that case the absolute path values in the shell-scripts bin/jjack.sh and bin/runBeanBuilder.sh need to be adopted to your choice.

The native bridge library libjjack.so (on Linux systems) needs to be accessible by the Java Virtual Machine (JVM).

There are two ways to make sure the JVM can load the native bridge library:

- Copy the file /lib/ / /* to the systems default library path. On Linux:

cp ./lib/i386/linux/libjjack.so /usr/lib/

Alternatively create a filesystem-link to the binary file at the systems default library location:

cd /usr/lib
ln -s < jjack-install-dir >/lib/i386/linux/libjjack.so

- Or the library-path can directly be set through the JVM system property "java.library.path". Add the parameter "-Djava.library.path=< jjack-install-dir >/lib/i386/linux" to the invocation command.

Note: The current version includes a pre-compiled binary library for i386-Linux. To run JJack on different platforms, the source files libjjack.c and libjjack.h need to be compiled on your system. Please send a copy of the binary and a description of your compilation process if you succeed in running JJack on different platforms.

Before using JJack, dont forget to start the JACK daemon. This is either done by manually invoking jackd, or by configuring the system to start up jackd at boot time. There are several alternative ways to configure and run the daemon, see the JACK user documentation for details (http://www.djcj.org/LAU/jack/).
<<less
Download (5.1MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1351 downloads
PyJack 0.1

PyJack 0.1


Jack is a high performance, low latency real-time audio server. more>>
Jack is a high performance, low latency real-time audio server. PyJack is a python extension which allows you to play and record using Numeric Python arrays as audio buffers.

There are some potential problems involving new developments of the Jack client API. I have also received patches to make this compile on MacOS, etc., but have not integrated them yet.

The code is not actively maintained at this time, but you can bug me if you have questions / issues / etc..

Purpose:

- To show that it can be done.

- For programmers who want to prototype DSP and sound synthesis algorithms using Numeric Python and similar tools. PyJack provides the means to capture and playback audio.

- For patchbay applications; A powerful Jack patchbay can be written in Python using this module. This is planned for the future.

Installation:

This package uses the excellent and simple Python distutils. Installation is very simple. It works something like this;

# tar -xzvf pyjack-0.1.tar.gz (unpack archive)
# cd pyjack-0.1 (cd to source dir)
# python setup.py install (install...)
<<less
Download (0.016MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1352 downloads
MadJACK 0.5

MadJACK 0.5


MadJACK is a MPEG audio deck for the Jack Audio Connection Kit with an OSC-based control interface. more>>
MadJACK is a MPEG audio deck for the Jack Audio Connection Kit with an OSC-based control interface. MadJACK was written as a backend for DJ music playback.
Main features:
- Lightweight
- Talk natively to JACK
- Easy to script / remote control
- High Quality audio
- Skip free playback
- Responsive / Low Latency
- Reliable / Not Crash
<<less
Download (0.15MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1258 downloads
bio2jack 0.8

bio2jack 0.8


bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack. more>>
bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack.

This library allows the person porting the code to simply replace the calls into OSS/ALSA with calls into interface functions of this library.

The library buffers a small amount of audio data and takes care of the rest of the jack implementation including the linked list of audio data buffers and the jack callback.

<<less
Download (0.52MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1358 downloads
JACK Meter 0.3

JACK Meter 0.3


Jack Meter is a basic console based DPM (Digital Peak Meter) for JACK. more>>
Jack Meter is a basic console based DPM (Digital Peak Meter) for JACK. I wrote it for quickly checking remote signal levels, without having to run X11 to use a pretty graphical meter such as meterbridge.
Usage
Usage jack_meter [-f freqency] [-r ref-level] [-w width] [-n] [< port >, ...]
where -f is how often to update the meter per second (8)
-r is the reference signal level for 0dB on the meter
-w is how wide to make the meter (79)
-n changes mode to output meter level as number in decibels
< port > the ports to monitor (multiple ports are mixed)
Enhancements:
- uses new JACK API (and hence requires JACK version 0.100.0)
- connects multiple ports on the command line
- informational messages are new sent to STDERR
- added -n option to output level as number in decibels
<<less
Download (0.14MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1505 downloads
jackEQ 0.4.1

jackEQ 0.4.1


jackEQ is a tool for routing and manipulating audio from/to multiple input/output sources. more>>
jackEQ is a tool for routing and manipulating audio from/to multiple input/output sources. jackEQ project runs in the JACK Audio Connection Kit, and uses LADSPA for its backend DSP work, specifically the DJ EQ swh plugin created by Steve Harris, one of jackEQs main authors.
jackEQ is intended to provide an accessible method for tweaking the treble, mid and bass of any JACK aware applications output. Designed specifically for live performance, it is modelled on varous DJ mixing consoles which the main author has used.
jackEQ wll allow sound as rich and powerful as Jackie O, as street smart as Jackie Brown. jackEQ may be the first female entity in JACKs realm. Is jackEQ more than you can handle?
Main features:
- JACK i/o
- 4 x stereo i/o channels with EQs, independant gain controls and meters
- Stereo monitor and master outputs with indpendant gain control and meters
- 3band graphic EQ for each channel
Bass: 100 Hz
Range Mid: 1000 Hz
Treble: 10000 Hz
- cross fader support: All channels assignable plus mute and all
- 2x stereo aux send/return with monitor buttons (pre gain).
- Internal jack i/o connections assignable from Ports menu.
Enhancements:
- Fixes ladspa UniqueId bug for dj EQ plugin
<<less
Download (0.21MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1278 downloads
JACK Rack 1.4.5

JACK Rack 1.4.5


JACK Rack is an effects rack for the JACK low latency audio API. more>>
JACK Rack is an effects "rack" for the JACK low latency audio API.

The rack can be filled with LADSPA effects plugins and can be controlled using the ALSA sequencer. JACK Rack is phat; it turns your computer into an effects box.

<<less
Download (MB)
Added: 2006-12-31 License: GPL (GNU General Public License) Price:
1029 downloads
xmms-jack 0.18

xmms-jack 0.18


xmms-jack is an XMMS audio output plugin for the jack audio server. more>>
xmms-jack is an XMMS audio output plugin for the jack audio server.

<<less
Download (0.50MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
866 downloads
libJackMM 0.2

libJackMM 0.2


libJackMM is a C++ API library for JACK audio connection kit. more>>
libJackMM is a C++ API library for JACK audio connection kit. It allows easy object based access to JACK functionality.

Exception.hh is included for convenience, complete set of C++ headers come
with libDSP library, available from http://libdsp.sf.net .
<<less
Download (0.018MB)
Added: 2006-11-08 License: LGPL (GNU Lesser General Public License) Price:
1081 downloads
JackMix 0.0.3

JackMix 0.0.3


JackMix is a Jack mixer. more>>
JackMix is a Jack mixer.
Ever struggled with a number of jack applications on your desktop everyone using its own master volume-fader but not one common place for all the volumes directly accessible?
The solution to your problem is JackMix, a mixer app for jack that looks exactly like the mixer you would use if you had to connect your analog equipment.
Enhancements:
- Dynamic adding and removing of input channels and output groups
- Save and restore of the configuration. Works, but the gui shows the right values only for the aux-groups. Can be turned on and off via menu.
- Nicer layout: Scrollview for the channels, so more then screen-width can be used for channels; more menuitems
<<less
Download (0.81MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1356 downloads
oss2jack 0.24

oss2jack 0.24


oss2jack creates an OSS device which redirects its input and output to the Jack Audio Connection Kit. more>>
oss2jack creates an OSS device which redirects its input and output to the Jack Audio Connection Kit. oss2jack supports a large subset of the OSS specification, including full duplex I/O and mmap.
oss2jack uses Jeremy Elsons useful fusd library to create a userspace character device, which is also a jackd client.
It supports mono and stereo streams, with virtually any sample rate thanks to libsamplerate. Only the commonly-used OSS ioctls are currently supported.
Enhancements:
- A few minor bugs that prevented smooth operation with Asterisk were fixed.
- In addition, oss2jack can now host jackd, allowing the user to run a long chain of processes with oss2jack and jackd.
<<less
Download (0.090MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1485 downloads
ac3jack 0.1.2

ac3jack 0.1.2


ac3jack is a tool for creating an AC-3 (Dolby Digital) multichannel stream from its JACK input ports. more>>
ac3jack is a tool for creating an AC-3 (Dolby Digital) multichannel stream from its JACK input ports. Using this tool, an AC-3 stream (up to 5.1 channels) is created in real time and either written to a file or streamed to standard output.

When streamed to stdout and piped through the ALSA tool ac3dec -C, the AC-3 stream can be passed out the SPDIF port on your audio interface for connection to a multichannel surround receiver. In this way, you can achieve full 5.1 surround mixing and monitoring of your JACK applications with a single digital cable, and no need for hardware supporting discrete outputs and inputs.

AC-3 is a compressed audio format, so quality will suffer a little, but it is the price you pay for easy surround sound. After all, if it is good enough for DVD and film soundtracks, it must be OK. The AC-3 encoder used here comes from the FFMPEG project, and I have not done any quality comparisons with commercial encoders.

<<less
Download (0.099MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1197 downloads
network jack 2.0

network jack 2.0


network jack is an Internet troubleshooting and information gathering tool. more>>
network jack is an Internet troubleshooting and information gathering tool. It provides a Web interface to several common command-line tools, including ping, traceroute, dig, and whois, as well as a subnet mask and CIDR block calculator.
Current Modules which you can find in the application:
Pinger
- Ping a host on the internet (currently only IPv4)
Tracer
- Traceroute to a host on the internet from the web server (currently only IPv4)
Digger
- Do a DNS Dig of a hostname or IP address (for reverse lookups)
Drooler
- block list lookup (aka RBL query, blackhole lookup)
Whoser
- lookup for domain names and IP addresses / blocks
Netter
- Mask / CIDR calculator
Linker
- Front" page for the tools, provides spot for links
Main features:
- It is intended to be easy to add new modules
- Seperates html code into its own file so can be customized without modifying the program files
<<less
Download (0.027MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1211 downloads
Jackbeat 0.6.1

Jackbeat 0.6.1


Jackbeat is an audio sequencer with support for the JACK Audio Connection Kit. more>>
Jackbeat project is an audio sequencer with support for the JACK Audio Connection Kit.
Featuring a drum-machine-like interface, it is designed with real-time operation in mind: while playing, the pattern can be edited, the BPM rate modified, and new samples loaded.
The number of tracks and beats is virtually unlimited, and though it is simple, it becomes a powerful tool when connected to other JACK applications providing mastering, effects plugins, etc.
Main features:
- drummachine-like interface for fast and easy editing
- realtime operation : while playing, the sequence can be edited and resized, the bpm rate modified, and new samples loaded,
- virtually unlimited number of tracks and beats
- easy to use and yet powerful : just JACK it into jack-rack and you can apply LADSPA effect plugins on a per track basis, perform mastering with jackeq , etc...
- loads and saves .jab files, Jackbeats file format, based on xml and packed with tar,
- unique masking feature : allows to insert silences with precision into a given track.
<<less
Download (0.30MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
968 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5