Audacity Labels From Subtitles Files For Machine Learning
I wrote a Python script that can take any subtitle file in the srt format and convert it so that the Audacity can generate audio labels
PROBLEMS, CODE AND OTHER INTERESTING STUFF
I wrote a Python script that can take any subtitle file in the srt format and convert it so that the Audacity can generate audio labels
My Configuration: Windows 10 x64 Blender version 2.92 Visual Studio 2019 Python version 3.7.9 Virtual Environment Recently, I was struggling on my way to build Blender as a Python module when I started trying my hands on Blender addon development. Here, I am listing the steps which finally worked for me after banging my head…