babycat.batch¶
This submodule contains functions for decoding/demuxing multiple audio files in parallel. Parallelism is achieved using multithreadinrg in Rust, which means that decoding will not be slowed down by the Python Global Interpreter Lock (GIL).