/audio_preprocess

Audio Preprocessing for Deepfake audio detection system

Primary LanguageJupyter Notebook

Audio Preprocess Library for Deepfake Audio Detection System

Github CI Notify

Directories:

audio_preprocess

All the libraries will be stored here. Each module will seperatly be stored in each python file. Note that: After finish code of your module, please add the caller in __init__.py, For example:

from dereberation import dereberation_wrapper

tests

Unit test code should be stored here. You should write unit test for every function of your module.

playground

Notebook and others stuffs here