aboutsummaryrefslogtreecommitdiff
path: root/audio/libjackasyn
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 4.x [1]Jose Alonso Cardenas Marquez2006-09-022-1/+2
| | | | | | | | | | - Bump PORTREVISION Reported by: kris [1] Approved by: garga (mentor) Notes: svn path=/head/; revision=171876
* - Update to 0.13Jose Alonso Cardenas Marquez2006-08-163-13/+29
| | | | | | | | | - Remove broken on 4.x Approved by: garga (mentor) Notes: svn path=/head/; revision=170785
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* MD5 -> SIZEEdwin Groothuis2006-06-071-1/+1
| | | | Notes: svn path=/head/; revision=164704
* - Does not compile on FreeBSD 4.XPav Lucistnik2006-05-211-1/+7
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=162965
* libjackasyn is a library that allows you to use programs written for the OSSPav Lucistnik2006-05-0810-0/+243
sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library that can be used for two purposes. First it can be loaded via the LD_PRELOAD variable, turning OSS applications automatically into JACK-aware applications. Second, it can be used to link against the program during build time, making it trivial to turn an OSS aware sound application into a JACK aware sound application in a short time. libjackasyn got its name from the asynchronous manner in which it communicates with the JACK server, which means by using libjackasyn you will introduce an additional delay exactly the size of one JACK audiobuffer (1024 samples or 44 ms with the JACK default settings). This delay can be reduced by reducing the JACK buffersize. It should not matter for sound generating applications, but it might introduce phasing effects when doing sound processing. WWW: http://gige.xdv.org/libjackasyn/ PR: ports/94290 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=161728