olivergiudice / fake-audio-detector

Simple fake audio detector

Home Page:https://unict-fake-audio.github.io/ASVspoof2019-feature-webview/dataset-webview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fake-audio-detector

Simple fake audio detector made for CVPR 2022 - Workshop on Media Forensics.

Requirements

Install Python3.9.12+ and the related dependencies using:

pip3 install -r requirements.txt

Usage

Run the main.py file giving as input the path of the audio that you want to check through the trained model ADC.

Example:

python3 main.py "data/sample.wav"

The result will be The sample audio is fake or The sample audio is real. Feel free to re-use the feature extraction script, if you have any issues or questions about this script open an issue.

Credits

  • Stefano Borzì
  • Oliver Giudice
  • Dario Allegra
  • Filippo Stanco

About

Simple fake audio detector

https://unict-fake-audio.github.io/ASVspoof2019-feature-webview/dataset-webview/

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%