Detecting AI generated Voices
r/StableDiffusion
•
Machine Learning
Generative AI
Hello Everyone. I want to make a model or tool which can help detect AI generated/synthesized Voices. I want the detector to work on voices generated by advanced models that use diffusion or vocoders such as that of elevenlabs/omnivoice/F5TTS. and so on. I had made a model to detect voices generated by TTS models (These are inferior to the above mentioned models, as they have a robotic kind of tone) I had done it using wav2vec2 model to extract the features and then used a classification head to classify TTS voices from real voices. Now I want to detect voices generated by advanced models.