{"categories":[{"label":"Analysis","url":"https://skillfed.io/packages/category/multimedia-sound-audio-analysis"}],"enrichment":{"capability":"Kaldiio reads and writes Kaldi archive (ark) and script (scp) files in pure Python, handling matrices, vectors, and audio data with support for binary, text, and compressed formats.","skillfed_tags":["kaldi-integration","speech-processing","serialization"],"use_cases":["Load pre-computed acoustic features (MFCC, fbank) from Kaldi ark/scp files for training neural networks.","Write neural network outputs back to Kaldi-compatible ark/scp format for downstream Kaldi decoding.","Stream compressed or gzipped Kaldi archives via pipes in speech recognition pipelines.","Read alignment (ali) files and utterance-indexed features for supervised learning workflows.","Convert between Kaldi archive formats and extended formats (numpy, pickle) for research prototyping."],"what_it_does":"Kaldiio is a pure-Python library for reading and writing Kaldi archive and script files, which are standard formats in speech recognition and audio processing workflows. It handles Kaldi matrices and vectors in binary, text, and compressed formats, and can read/write wav.scp files and work with pipes for streaming data. The library depends only on numpy and provides high-level helpers (ReadHelper, WriteHelper) that abstract away low-level format details, letting you iterate over utterance-keyed data or write batches without worrying whether the underlying format is compressed or text.\n\nKaldiio is designed for researchers and engineers working with Kaldi-based speech systems or audio feature pipelines. Unlike some alternatives that require C++ bindings, it is pure Python and thus easier to install and deploy. It supports sequential reading and writing, pipe-based I/O for integration with Unix tools, and extended formats (numpy, pickle, FLAC) beyond standard Kaldi types. The aging maintenance status suggests the core functionality is stable but new features are unlikely.","worth_installing":"Yes, if you work with Kaldi-based speech systems or need to read/write Kaldi archive formats in Python. The pure-Python implementation, low install friction, and stable feature set make it a practical choice for that niche. However, verify the license status before use in proprietary contexts, and note that maintenance is aging\u2014critical bug fixes may be slow. If you need C++ performance or full Kaldi feature coverage, consider kaldi_native_io instead."},"id":"kaldiio","links":{"html":"https://skillfed.io/packages/kaldiio","md":"https://skillfed.io/packages/kaldiio.md","pypi":"https://pypi.org/project/kaldiio/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-03-06","license_spdx":null,"license_treatment":"unclear","name":"kaldiio","python_support":"unspecified","summary":"Kaldi-ark loading and writing module"},"popularity":{"monthly_downloads":1180709,"position":4258,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.18.1"}
