Files
veejay/veejay-current/veejay-server/bio2jack/README
Niels Elburg d65a2e2707 resync with 1.0 to fix audio
git-svn-id: svn://code.dyne.org/veejay/trunk@1339 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2009-07-10 17:06:40 +00:00

31 lines
833 B
Plaintext

bio2jack
-----------
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:
TODO: once these become stable copy and paste from the header file
Currently these drivers use the bio2jack library:
---------------------------------------------------
xmms-jack: Written in conjunction with this library
xine: