Help - Search - Members - Calendar
Full Version: Tiny Encoder / decoder
Hydrogenaudio Forums > Lossless Audio Compression > WavPack
Kodi
Hi all,

First of all let me say that the WavPack suite is awesome! I've tried the WavPack and WavUnpack and they work beautifully. I have tried this on a windows environment.

I have to migrate to a 32-bit embedded core and tried to use the TinyEncoder/Decoder. I got the TinyEncoder to work but I have trouble decoding the file using WvFilter ( I assume this is the decoder). I dont know how to give the filename input to WvFilter. Please advice.

Thanks in advance!
Kodi
bryant
Hi,

The WvFilter program works like a Unix filter, meaning that the input is from stdin and the output goes to stdout. Therefore the syntax would be:

CODE

wvfilter < infile.wv > outfile.wav


The idea is that the wvfilter.c module is just a demo for someone using the rest of the program to decode WavPack streams. However, it should be very easy to modify it to accept filenames instead like the tiny encoder does. The reason I didn't set up the tiny encoder the same way is because I have to output two files in the hybrid mode, and that's hard to do with stdout...

Thanks for your interest in WavPack and let me know if there's anything else I can help with.

David
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.