Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23816/unstable/main/finkinfo/gnome

Added Files:
        jack-bitmeter.info 
Log Message:
new package

--- NEW FILE: jack-bitmeter.info ---
Package: jack-bitmeter
Version: 1.2
Revision: 2
Depends: x11, x11-shlibs, atk1-shlibs, cairo-shlibs, freetype219-shlibs, 
glib2-shlibs, gtk+2-shlibs, jack-shlibs, libgettext3-shlibs, 
pango1-xft2-ft219-shlibs
BuildDepends: x11-dev, pkgconfig, atk1, cairo, freetype219, glib2-dev, 
gtk+2-dev, jack-dev, libgettext3-dev, pango1-xft2-ft219-dev
Source: http://users.ecs.soton.ac.uk/njl98r/code/audio/source/bitmeter-%v.tar.gz
Source-MD5: c27e07770cb74658960a5c55719e341e
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README
License: GPL
Homepage: http://users.ecs.soton.ac.uk/njl98r/code/audio
Maintainer: Jack Fink <[EMAIL PROTECTED]>
Description: Diagnosis tool for JACK audio software
DescDetail: <<
 As its name might suggest, the bitmeter operates at the bare metal of JACK's
 I/O layer, looking at the 32 binary digits in each individual sample.
 There are three main areas to the bitmeter display:
 * Statistics, at the top, including the range of sample values and keeping
   a count of irregular and illegal sample values such as NaN. The statistics
   on the right are cumulative, and should ordinarily read zero.
 * Sign & Mantissa, a row of 24 coloured indicators showing the sign
   (positive or negative) and mantissa of the samples.
 * Adjusted scale, 40 smaller coloured indicators.

  The sign and mantissa statistics are show as coloured indicators which map to
 bits in the samples processed by the bitscope, with the left most indicator
 representing the sign bit, and then the mantissa left to right from most
 significant to least significant. The colour is based on the percentage of
 samples in which the associated bit was 1 over a period of 100ms or so. Blue
 indicates that all samples were 0, a light green-blue for up to 33%, green for
 33-66% (i.e. about half), and orange for more than 66%, then finally red if all
 samples are 1, a possible "stuck bit". Gray is used when no samples touched
 the associated bit.
  The "adjusted scale" shows each sample bit on a absolute scale, adjusted for
 the exponent of the sample, so that internally the bitscope records a 280-bit
 binary real. For simplicity only 40 bits are displayed, the 8 left-most bits 
are
 the integer part, and the remaining 32 bits after the marker are fractional 
bits. 
  The audio range of the adjusted scale is from about 200dB below FS to 40dB
 above, which would be excessive for audio work but proves useful in
 diagnosing problems at a lower level. 
  The sample rate reported by bitscope is directly from JACK. It's not used to
 perform any calculations and is purely informative.
<<

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to