File: README

package info (click to toggle)
bio2jack 0.9-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,516 kB
  • ctags: 215
  • sloc: sh: 8,117; ansic: 1,916; makefile: 65
file content (37 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
bio2jack (http://bio2jack.sf.net)
Written by Chris Morgan(cmorgan@alum.wpi.edu>
-----------

Requires:
----------
libsamplerate(http://www.mega-nerd.com/SRC/)
 - Install from tgz or rpm or debian package 'libsamplerate0-dev'


To Build:
----------
run ./autogen.sh
run ./configure
run make
enjoy ;-)


Bio(blocked i/o) 2 jack.

A library for enabling easy porting of blocked io(OSS/ALSA) applications to 
the jack sound server(http://jackit.sourceforge.net).  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.  

Interface functions: see bio2jack.h


Currently these drivers use the bio2jack library:
---------------------------------------------------
xmms-jack: Written in conjunction with this library
mplayer
vee-jay