oggv_dec v1.0 (C) 2013 Lorence Lombardo.
oggv_dec has been developed for future use with playOGG, but it is quite
useful independently also.
"oggv_dec.c" was based on "vorbisplayer.c" and has been changed
significantly.
See the following URL for "vorbisplayer.c":-
http://aminet.net/package/mus/play/VorbisPlayer
See the directories "VorbisPlayer/src/tremor" and
"VorbisPlayer/src/tremor/doc" for licensing and documentation.
There are four builds provided for oggv_dec so that peoples curiosity can
be satisified.
I observed the following:-
1. There was not much advantage in the FPU builds in this case.
2. The low quality builds in the LQ directory are not worth it when you
consider they are not much faster.
3. oggv_dec is approximately 4 times faster than my fastest oggdec on
my system.
CLI usage:-
===========
Saving to AIFF:-
oggv_dec WaterFall.ogg >test.aiff
Saving to RAW:-
oggv_dec WaterFall.ogg r >test.raw
Obtaining Info:-
oggv_dec WaterFall.ogg i
Play via AHI:-
oggv_dec WaterFall.ogg >audio:
OR
oggv_dec WaterFall.ogg >audio:buffer/176400
Testing:-
timeme >* oggv_dec WaterFall.ogg >test.aiff
http://aminet.net/package/util/shell/Timeme
Type "oggv_dec" with no args for a usage explanation.
Building oggv_dec:-
Simply copy "oggv_dec.c" and the "Makefile" into the "VorbisPlayer/src"
directory and then type "Make" whilst in that directory.
Building with -noixemul is currently not recommended.
Feeling bored ? :)
Why not check out this URL ?
http://home.iprimus.com.au/lombi/1/homepage.htm
|