ダウンロードリスト

プロジェクト概要

Kexis は、ロスレスの WAV ファイル コンプレッサーです。その主な目標は、予測と圧縮ファイルのサイズを最小限に抑えるのエンコード スキームを開発します。プレミア ロスレス サウンド エンコーダーに努めます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2001-01-30 15:13
0.2.2

ロジックは、チャネル間の類似点を使用しようとすると、コマンドラインでオフにすることができます。いくつかの問題NT上で、コンパイル98/2000固定されているに関連する。した後圧縮機能を追加した場合、WAVファイルを削除することができる新しいコマンドラインスイッチ。時をstdoutにデコード、Kexis正しくstdoutに開いたままにデコード時に複数のファイルです。また、進行状況バーが正しく半ばと平均デコード時に表示されます。
Logic that tries to use similarities between channels can be turned off at the command line. A few issues relating to compiling on NT and 98/2000 have been fixed. A new commandline switch which allows you to delete WAV files after compression was added. When decoding to stdout, Kexis properly keeps stdout open when decoding multiple files. Also, the progress bar correctly displays mid and averages when decoding.

2001-01-30 15:13
0.2.1

分離固定サイズのフレームにストリーム(ユーザ)、フレームの前処理は、フレームのための最善の予測を選択する選択可能(新たな予測- pr5)は、バグでファイル名をいびつになるかもしれないときに、複数のファイルをエンコードまたは実行するための修正デコードの変更エクス#、および- prにて#にエクス#、および- prにて#、複数のUNIXおよび多くのスクリプトの自動化を使用して簡単になり、パッケージのテストのデコードを支援するとmd5sum妥当性のエンコーディングは、シェルスクリプトのような。
Seperation of the streams into frames of fixed size (user selectable), preprocessing of frames to select the best predictor for that frame (a new predictor -pr5), a fix for a bug where file names could become warped when doing multiple file encodes or decodes, changing of -en# and -pr# to -en # and -pr #, more UNIX-like and a lot easier to use in script automation, and a shell script in the package to help test decoding and encoding validity with md5sum.

2001-01-30 15:13
0.2.0

Kexisの正当性と出力の速度を確認するための合計は、ビット操作のコードを書き換えてきた生産。このバージョンでは、いくつかのエンコーダでテストされている/デコーダ、正しいデータを生成することが確認。 Kexisは今はるかに速く、2倍3倍速くなったり、さらに0.1.5に比べて。より堅牢なWAVファイルのパーサー以外を取ること標準的なファイル形式が追加されました。 Kexisも、すぐにエンコードすることができます/デコードする複数のファイルを一度に。新しい速度の調整のため、データを別の保存されている方法で、この場合ならない場合0.2.0を再圧縮する前にKexis 0.1.5で任意の0.1.5ファイルの解凍を意味する。
Kexis has had a total rewrite of its bit manipulation code to verify the correctness and speed of the output produced. This version has been tested with several encoders/decoders and verified to produce correct data. Kexis is now much faster, 2x to 3x faster or more compared to 0.1.5. A more Robust WAV file parser was added to take non-canonical file formats. Kexis also can now encode/decode multiple files at a time. Because of the new speed tweaks, the way data is saved is different; this means you MUST decompress any 0.1.5 files with Kexis 0.1.5 before you recompress with 0.2.0.

2001-01-30 15:13
0.1.5

このリリースで修正0.1.4で膨張バグを修正。整数が浮動小数点除算することになっていたが、丸めエラーの原因とぞっと分けています。 0.1.4製作可逆データが、非最適な圧縮率で。してください0.1.4を解凍し、0.1.5を再圧縮する。 Kexis 0.1.5いくつかの0.1.4を読み取ることはできませんが'ので、0.1.4を最初に解凍する必要がありますファイル形式で掲載。までkexisリリースのテストは、バッテリを受ける再び起きてからこれを維持するために、存在しない新しいリリースされます。
This release fixes the bloat bug in 0.1.4. An integer divide creeped in where a floating point divide was supposed to be, causing rounding errors. 0.1.4 Produced lossless data, but at a non optimum compression rate. Please decompress with 0.1.4 and recompress with 0.1.5. Kexis 0.1.5 will not be able to read some of 0.1.4's file formats, so you must decompress with 0.1.4 first. To keep this from hapening again, there will be no new releases until kexis undergoes a battery of release tests.

2001-01-30 15:13
0.1.4

このリリースでは、ファイル形式でのバグのために過去のファイル形式を分割します。再度WAVsにして、ファイルを変換する0.1.4を使用して圧縮し、バージョン0.1.3を使用することができます。限り、解凍するために0.1.3を使用する場合は、バグが表示されません。新しい圧縮ファイルは小さくなります。新しいエンコーダを厳しくcompresion追加されました。新たな予測は、ほとんどのケースで最適化されていないが追加されました。 Kexis今までは、閉じているかの短縮よりも圧縮されたファイルのサイズが良い。
This release breaks past file formats, due to a bug in the file format. You can use version 0.1.3 to convert your files back into WAVs, and then use 0.1.4 to recompress them. As long as you use 0.1.3 to decompress, you won't see the bug. The new compressed files will be smaller. A new encoder was added for tighter compresion. A new predictor was added that in most cases is not optimal. Kexis is now close to, or better than Shorten in compressed file size.

プロジェクトリソース