MatthewGree / VoiceAuthenticator

0 stars 0 forks source link

Implement augmentation - subsampling #2

Open MatthewGree opened 1 month ago

MatthewGree commented 1 month ago

Develop a method of creating an augmented set of audio files created by taking in audio file paths and modifying the files by applying subsampling. Subsampling should be configurable with a positive integer parameter - interval, which defined that the subsampling leaves every interval value from the original sound recording.

MatthewGree commented 1 month ago

image