MatthewGree / VoiceAuthenticator

0 stars 0 forks source link

Implement augmentation - noise from file #4

Closed MatthewGree closed 1 month ago

MatthewGree commented 2 months ago

Develop a method of creating an augmented set of audio files created by taking in audio file paths and modifying the files by adding sound from file FILE. We should scale the added sound, to make sure that it's maximum amplitude is lesser or equal to: THRESHOLD * .

FILE and THRESHOLD should be configurable.

MatthewGree commented 2 months ago

image