# ================================================================================================== # DEEPFAKE AUDIO - encoder/__init__.py (Neural Module Initialization) # ================================================================================================== # # 📝 DESCRIPTION # This initialization script defines the 'encoder' as a Python package, facilitating # structured access to neural speaker identity derivation modules. It ensures that # internal utilities like audio preprocessing and inference engines are correctly # namespaced within the SV2TTS ecosystem. # # 👤 AUTHORS # - Amey Thakur (https://github.com/Amey-Thakur) # - Mega Satish (https://github.com/msatmod) # # 🤝🏻 CREDITS # Original Real-Time Voice Cloning methodology by CorentinJ # Repository: https://github.com/CorentinJ/Real-Time-Voice-Cloning # # 🔗 PROJECT LINKS # Repository: https://github.com/Amey-Thakur/DEEPFAKE-AUDIO # Video Demo: https://youtu.be/i3wnBcbHDbs # Research: https://github.com/Amey-Thakur/DEEPFAKE-AUDIO/blob/main/DEEPFAKE-AUDIO.ipynb # # 📜 LICENSE # Released under the MIT License # Release Date: 2021-02-06 # ==================================================================================================