Skip to content

Automatically exported from code.google.com/p/libtimefilter

License

Notifications You must be signed in to change notification settings

kns1966/libtimefilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

====================
libtimefilter README
====================

Introduction
------------

libtimefilter is a C library for accurate time stamping from a real-time
context. It is heavily based on Fons Adriaensen's work about "Using a DLL
to filter time" (http://www.kokkinizita.net/papers/usingdll.pdf).

Its primary target is audio applications, and especially JACK based ones,
but chances are that it may also be useful in other kinds of software.

It also provides some tools to mesure the raw and corrected accuracy of your
system and hardware.

Requirements
------------

- JACK >= 0.109
- octave >= 3

Documentation
-------------

There isn't much doc for now. See src/timefilter.h for the API.

Compilation
-----------

Building libtimefilter with waf::

  $ ./waf configure
  $ ./waf build

Measuring
---------

You can run all the measuring tools at once with::

  $ ./measure

Then generate graphs into measures/ using::

  $ ./graph

Installation
------------

If you want to install libtimefilter into a specific location then check the 
--prefix option of the waf configure task. Otherwise simply type::

  $ ./waf install

Licensing
---------

Copyright (c) 2009 Olivier Guilyardi <olivier samalyse com>

libtimefilter is released under the terms of the New BSD License. 
Please see the LICENSE file for details.







About

Automatically exported from code.google.com/p/libtimefilter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published