Displaying 3 results from an estimated 3 matches for "compressed_files".
2014 Mar 18
3
Tar Compression issue
I have a file Server CentOS 5.10, its on the internet, so I compress all csv
into one file using (tar -czvf compressed_files.tar.gz *.csv) on this
server so that I can download them as one compressed file to save bandwidth,
Disk space on this server available is 50Gig, so when I copy the files onto
Redhat EL 5.9 and decompress them using (tar -zxvf *.gz) It decompresses
maybe 80% then get error:
gzip: stdin: unexpe...
2006 Mar 14
1
Windows Mobile 5.0 SDK - SPEEX
Hello
I've looked into SPEEX SDK and source codes provided on site www.speex.org , and I'm trying to include in my Visual Studio 2005 - Visual C++ SmartDevice WM 5.0 the facilities provided by SPEEX (both encoding/decoding).I've downloaded the header files (i.e. Speex.h Speex_bits.h etc) and also the libspeex.lib.After creating my encoding/decoding functions following the
2006 Mar 14
0
Windows Mobile 5.0 SDK - SPEEX
Che face? :) I suspect you should build your own .lib
file - not use the pre-existing one.
________________________________
From: speex-dev-bounces@xiph.org
[mailto:speex-dev-bounces@xiph.org] On Behalf Of Alex
Lupoian
Sent: Tuesday, March 14, 2006 10:34 AM
To: speex-dev@xiph.org
Subject: [Speex-dev] Windows Mobile 5.0 SDK - SPEEX
Hello
I've looked into SPEEX SDK and source codes