File: README

package info (click to toggle)
libaudio-flac-decoder-perl 0.2.dfsg-0.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 268 kB
  • ctags: 52
  • sloc: ansic: 479; perl: 54; makefile: 51
file content (30 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (2)
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
Audio::FLAC::Decoder
============================

This module provides an object-oriented interface to the decoding
related functions provided by the FLAC development libraries.
This allows the user to read data from Vorbis streams in pcm format,
and to seek forwards and backwards through the stream.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

libflac, libflac-dev.

COPYRIGHT AND LICENCE

Copyright (c) 2004, Dan Sully.  All Rights Reserved.

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at
your option) any later version.  A copy of this license is included
with this module (LICENSE.GPL).