Namespace AiDotNet.Augmentation.Audio
Classes
- AudioAugmenterBase<T>
Base class for audio data augmentations.
- AudioNoise<T>
Adds background noise to audio data.
- PitchShift<T>
Shifts the pitch of audio without changing tempo using WSOLA (Waveform Similarity Overlap-Add).
- TimeShift<T>
Shifts audio forward or backward in time.
- TimeStretch<T>
Stretches or compresses audio in time without changing pitch.
- VolumeChange<T>
Randomly changes the volume (gain) of audio.
Enums
- NoiseType
Types of audio noise.