Batch Processing#
audioclass.batch
#
    Module for batch processing audio data for classification tasks.
This module provides tools for processing large collections of audio recordings or clips in batches. It offers:
- 
Batch Iterators: Classes like SimpleIteratorandTFDatasetIteratorgenerate batches of audio data from various sources (files, directories, DataFrames).
- 
Batch Processing Function: The process_iterablefunction applies a model's processing function to each batch of audio data, streamlining the classification workflow.