The rapid development of deep learning and speech synthesis technologies has significantly advanced human-computer interaction, particularly through Text-to-Speech (TTS) and voice cloning systems. While these innovations have facilitated accessibility...
The rapid development of deep learning and speech synthesis technologies has significantly advanced human-computer interaction, particularly through Text-to-Speech (TTS) and voice cloning systems. While these innovations have facilitated accessibility, entertainment, and automation, they have also introduced new security vulnerabilities. One major concern is the rise of deepfake voices—synthetic or cloned speech generated by neural networks—which can be exploited for identity theft, misinformation, and voice phishing attacks. This threat has become particularly relevant in emerging digital ecosystems such as Uzbekistan, where language-specific tools for deepfake voice detection remain largely unavailable. This research presents a deep learning–based framework for detecting synthetic and cloned voices in the Uzbek language, with a focus on single-speaker scenarios under limited data conditions. A custom dataset was developed, comprising approximately 5 hours of real recorded speech from a female speaker, 5 hours of TTS-generated audio, and 5 hours of cloned voice samples created using systems such as ElevenLabs, Google TTS, and OpenAI Voice Cloner. To enhance data diversity, augmentation techniques including noise addition, reverberation, and pitch shifting were applied. The proposed model combines Wav2Vec2- based contextual feature extraction with a lightweight convolutional neural network (CNN) classifier for efficient and robust binary discrimination between real and fake speech. Experimental evaluations demonstrated an accuracy of 88.86% and a ROC-AUC of 0.94, indicating the model’s strong capacity to generalize despite the small dataset and single- speaker constraint. Comparative analysis with baseline models (MFCC+SVM and Mel- spectrogram+CNN) showed that the Wav2Vec2-CNN framework achieved superior results while maintaining computational efficiency.