ogg-batch-speedup
English | 简体中文
A Rust library for batch processing and speeding up OGG audio files using ffmpeg.
This crate is primarily designed for visual novel audio speedup, as visual novels typically use a large number of OGG files for their audio system.
Features
- Parallel processing of multiple OGG files recursively, maximizing speed by utilizing multiple CPU cores.
- Configurable speed adjustment.
Usage
use process_audio_files;
use Path;
Requirements
- FFmpeg must be installed and available in the system PATH
License
MIT