Skip to content

Releases: autch/kpisrla.kpi

kpisrla.kpi v1.1 (x86/x64)

06 Dec 13:32
Compare
Choose a tag to compare

v1.1 (257) 2024.12.06

  • 8bit データを再生すると化けるのを修正 / Fixed an issue where 8-bit data would play incorrectly.

srlaenc v0.2

06 Dec 13:35
Compare
Choose a tag to compare
srlaenc v0.2 Pre-release
Pre-release
  • 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)

12 Nov 15:40
Compare
Choose a tag to compare

初版 / first release

srlaenc v0.1

12 Nov 15:47
Compare
Choose a tag to compare
srlaenc v0.1 Pre-release
Pre-release

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.