search for: decomress

Displaying 3 results from an estimated 3 matches for "decomress".

Did you mean: decompress
2003 Jan 18
1
Finished storage compression patch for rsync
...mpress any local directory, add a link to the rsync exe file: ln -s rsync rscompress and ln -s rsync rsuncompress With "rscompress" you can compress a local directory (e.g. if you want to use existing files without wanting to transfer then first from your server). rsuncompress will decomress a compressed directory. I have no idea if this works with: links, devices and any other strange stuff. Also make sure if you use rsync over a network connection that there is gzip in your $PATH if the destionation side should be saved compressed. WARNING! I have no idea if the system( "gzip...
2004 Aug 06
0
Lost ogg sync using jspeex
Hi I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works. // File AudioCapture.java import javax.sound.sampled.spi.*; import javax.sound.sampled.*; import org.xiph.speex.spi.*; import java.util.*; import java.net.*; import java.io.*; public class AudioCapture { public static void main(String args[]) {...
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
...V dir=ltr> <DIV dir=ltr> <DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works.</FONT></DIV> <DIV> </DIV> <DIV>// File AudioCapture.java</DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>import javax.sound.sampled.spi.*;import ja...