Extracting lyrics from video or audio into a doc file
- AudioSpeech To Text
- Doc File with text
First download ffmpeg and setup the path.
Download Source Code Project, Install dependencies and run this command :
py .\v2d.py run media_path
or download executable here : https://ypetit.web-edu.fr/voice2doc/download/0.0.0/Voice2Doc.exe
Read the tutorial step by step here : https://ypetit.web-edu.fr/voice2doc/get-started/ Running may take a few minutes to a few hours
Open the list of commands
py .\v2d.py help
Get the version of v2d project
py .\v2d.py version
Learn more about v2d project
py .\v2d.py about
Learn about author(s)
py .\v2d.py credits
Run v2d with 1 audio or video file
py .\v2d.py run media_path
This project is opensource in order to share a concept. The code is not necessarily clean.
If you are interested in improving Voice2Doc, don't hesitate to join the project !
The next missions are :
-
Code maintenance (python best practices)
-
Reduce package usage
-
Reduce processing time