weiwenying
Results
2
comments of
weiwenying
Now, I've solved the problem. This is caused when the dataset is empty. when you run: ```bash ./scripts/common_voice_convert.sh ``` You want to convert MP3 to WAV format: ```bash # convert...
This problem, I solved: ```bash sudo apt-get install freeglut3-dev sudo apt-get install build-essential ``` install about opengl and glut etc.