Improving the docs about when to use: SOXRAudioResampler x SOXRStreamAudioResampler

This commit is contained in:
Filipi Fuchter
2025-07-02 16:20:48 -03:00
parent 5af563cd91
commit 38bcc033a2

View File

@@ -7,7 +7,12 @@
"""SoX-based audio resampler implementation.
This module provides an audio resampler that uses the SoX resampler library
for very high quality audio sample rate conversion.
for very high-quality audio sample rate conversion.
When to use the SOXRAudioResampler:
1. For batch processing of complete audio files
2. When you have all the audio data available at once
"""
import numpy as np