Update audio/qjackctl to version 0.6.2
[dports.git] / audio / liba52 / pkg-descr
1 [ from developer's site ]
2 It is a free library for decoding ATSC A/52 streams, aka AC-3. The
3 A/52 standard is used in a variety of applications, e.g., digital
4 television and DVD. The main goals in liba52 development are:
5
6 Portability - most of the code is written in C, and when we use
7 platform-specific optimizations we always have a generic C routine
8 to fall back on.
9
10 Reusability - we do not want liba52 to include any project-specific
11 code, but it should still include enough features to be used by
12 very diverse projects.
13
14 Precision - We are trying to implement all of the A/52 standard,
15 and to have a very precise output by doing all the calculations in
16 floating point. We have a test suite that detects any deviation in
17 the output when compared to previous versions. We do not have access
18 to official A/52 test vectors though, so we have to use our judgement
19 to ensure that such deviations are only introduced when we fix bugs!
20
21 Speed - liba52 is really fast, on any modern PC it should take only
22 a few percent of CPU time.
23
24 WWW: http://liba52.sourceforge.net/