Releases: autch/kpisrla.kpi
Releases · autch/kpisrla.kpi
kpisrla.kpi v1.1 (x86/x64)
srlaenc v0.2
- 8bit データをエンコードすると正しくないデータを作るのを修正、旧バージョンでエンコードした 8bit のデータは正しく再生できませんので、このバージョンでエンコードし直してください。 / Fixed an issue where encoding 8-bit data produced incorrect output. Please note that 8-bit data encoded with previous versions cannot be played back correctly; re-encode the data using this version.
kpisrla.kpi v1.0 (x86/x64)
初版 / first release
srlaenc v0.1
srla コマンドとコマンドライン互換のエンコーダです。
WAVEFORMATEXTENSIBLE を解釈できますから、ffmpeg 等で生成した 24bit WAV ファイルをエンコードできます。
32bit WAV を与えるとクラッシュしますが、公式の srla_encoder の bitstream 実装が 32bit PCM を扱えないためです。
This is a SRLA encoder compatible with upstream srla
command line.
It can interpret WAVEFORMATEXTENSIBLE format, enabling the encoding of 24-bit WAV files generated by tools like ffmpeg.
Note that it will crash if a 32-bit WAV file is provided, as the upstream srla_encoder bitstream implementation does not support 32-bit PCM.