cog/Frameworks/Shorten/Files
Christopher Snowhill 13bd399b31 Clean up most warnings and update some dependencies 2021-04-29 18:16:24 -07:00
..
shorten Clean up most warnings and update some dependencies 2021-04-29 18:16:24 -07:00
src Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
AUTHORS Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
COPYING Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
ChangeLog Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
Makefile.am Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
NEWS Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
README Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
TODO Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
configure.ac Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00

README

LAMIP-0.0.3 SHORTEN decoder
---------------------------

This is a shorten decoder for lamip. SHORTEN has been a widely used lossless
codec. Since version 3 shorten has seeking support through seek tables (.skt).
They can also be merged into the shorten file (.shn). The code for this plugin
derives from the xmms shorten plugin version 2.4.0 written by Jason Jordan. 
Look at that homepage:

http://etree.org/shnutils/shorten/

I have redesigned the xmms-shn plugin for a libshorten decoding library. You
should be able to install libshorten as a standalone-lib and decode shorten
files through that library

Config options
--------------
- error_output_method: can be STDERR and DEVNULL... I think the names are 
self explanatory

- swap_bytes: If you have a big-endian machine, switch it on!

- verbose: It is for some verbose debugging messages in the integrated logging
facility of libshorten

- seek_tables_path: An absolute path to a directory which contains shorten seek-
tables

- relative_seek_tables_path: A relative path to directories which contain
shorten seek-tables


INSTALL
-------
run :
- autoreconf -vifs
- ./configure --enable-debug
- make

and as root :
- make install or make install-strip

----------
marc.icq@gmx.de