How To Implement Audio Data Augmentation in Python

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 21

  • @dexnug
    @dexnug 2 роки тому +3

    hi Valerio, I have a question..how to implement augmented to all wav files inside the folder, instead of augmented one by one file?

  • @saranshpaliwal5349
    @saranshpaliwal5349 4 місяці тому

    i have a tuple error with signal.std() Please help. 'tuple' object has no attribute 'std'

  • @prabhadevid6358
    @prabhadevid6358 Рік тому +1

    Hi Valerio! Can u demonstrate doing this on how to implement data augmentation to all wav files inside the folder, instead of augmented one by one file?

  • @yousafali3009
    @yousafali3009 10 місяців тому

    Can we do the same for vibration data augmentation?

  • @petyap7600
    @petyap7600 2 роки тому +1

    Nice green video) augmentation in action

  • @lorenzo87052
    @lorenzo87052 2 роки тому +1

    The serie we didn't deserve but we needed ahhah

  • @ABentPaperclip
    @ABentPaperclip Рік тому

    regarding the 'weirdness' of time scaling, you mention that it shouldn't be "abused" but isn't that the point of a ML based approach? if the dataset is trained on what a piano or drum kit or whatever is supposed to sound like shouldn't it be able to account for these types of tempo/pitch changes and avoid distortion?

  • @ethiotechnotube7982
    @ethiotechnotube7982 2 роки тому

    let me have your idea on the following ideas
    how can I extract texture feature from audio spectrograms and which one is best for almost 1 second audio , and does Vq (vector quantization be used) for audio classification with python ?

  • @ritiybiko6543
    @ritiybiko6543 2 роки тому +1

    thanks for all series that you've shared to everyone

  • @amazingmelon8577
    @amazingmelon8577 2 роки тому

    Amazing introduction. Learned a lot! Thanks for sharing!

  • @aysenur5961
    @aysenur5961 2 роки тому

    You and your videos are alsom, thanks :)

  • @gonnaKim
    @gonnaKim 2 роки тому

    Thanks buddy! You helped me a lot :)

  • @alchimiste1968
    @alchimiste1968 2 роки тому

    Thanks a lot. You are an excellent instructor.

  • @ont7126
    @ont7126 2 роки тому

    Hi Valerio ! Lately I am working on an imbalanced speech dataset and I would like to ask if data augmentation is the only way to increase number of the minority class records. Do you think a combination of augmenting the minority classes and undersampling the majority classes would help?

  • @Sandbarmusic
    @Sandbarmusic 2 роки тому

    just in case anyone is having trouble with keyword arguments, you must specify parameters as keyword arguments either in the function definition of the librosa call or else it will not run properly

    • @saranshpaliwal5349
      @saranshpaliwal5349 4 місяці тому

      TypeError: pitch_shift() takes 1 positional argument but 2 positional arguments (and 1 keyword-only argument) were given
      I have this error, can you please help

  • @sinbad4121
    @sinbad4121 2 роки тому

    Thanks a lot Valerio, you're doing excellent work, and great explanation.

  • @harshtrivedi883
    @harshtrivedi883 2 роки тому

    nice explaination