AudioAugmentation 0.10.0

Last updated:

0 purchases

AudioAugmentation 0.10.0 Image
AudioAugmentation 0.10.0 Images
Add to Cart

Description:

AudioAugmentation 0.10.0

AudioAugmentation
Libreria python para aumentar audios haciendo transformaciones sobre los audios,
de esta manera mediante algunas transformaciones sobre los audios se recibe un audio y se multiplica por 9 salidas
Initialization
pip install AudioAugmentation

A AudioAugmentation object should be created and use its attributes.
from AudioAugmentation import Audio_K
aumentedAudio = Audio_K(audio_file:str = file_path, save:str = save, graph:bool = grafica)
todos_audios = aumentedAudio.aumentar()

audio_file = path_audio_file
save = path_save_audio_transform
graph = Graficar con matplotlib
Audio_K methods

aumentar(): returns all transforms about a audio, you can save the new audios o only show

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.