Metadata-Version: 2.1
Name: audio_dataset_converter_faster_whisper
Version: 0.1.0
Summary: Python3 library that adds audio transcription support (.wav, .mp3) to the audio-dataset-converter library.
Home-page: https://github.com/waikato-llm/audio-dataset-converter-faster-whisper
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

The **audio-dataset-converter-faster-whisper** library is an extension to **audio-dataset-converter** with
plugins for transcribing audio files (.wav, .mp3) using the faster-whisper library
(https://github.com/SYSTRAN/faster-whisper).

Examples can be found here:

https://github.com/waikato-llm/audio-dataset-converter-examples


Changelog
=========

0.1.0 (2025-10-31)
------------------

- switched to `kasperl` library for base API and generic pipeline plugins


0.0.3 (2025-07-10)
------------------

- using underscores now instead of dashes in dependencies (`setup.py`)


0.0.2 (2025-03-14)
------------------

- switched to underscores in project name
- added support for placeholders: `adc-srt`


0.0.1 (2024-07-05)
------------------

- initial release

