Skip to content

yongwanlim/gentle

 
 

Repository files navigation

Gentle alignment for speech MRI audio

Getting Started

  1. Please download audio data. LINK

  2. Please download the source code and run ./install.sh.

  3. Run python3 main_gentle_aligner_75sub.py to run alignment.

git clone git@github.com:yongwanlim/gentle.git
cd gentle
./install.sh
python3 main_gentle_aligner_75sub.py

Please note that you have to change the data_dir and out_dir in main_gentle_aligner_75sub.py to your path to data.

The main_gentle_aligner_75sub.py will run the alignment for "bvt" task. If you want to run for all other tasks, please comment this line in main_gentle_aligner_75sub.py and run python3 main_gentle_aligner_75sub.py.

For other tasks to run, you need to have the corresponding transcript file located in in_trans_dir. I placed some example transcript files under that directory.

About

gentle forced aligner

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 66.8%
  • C++ 16.2%
  • HTML 13.6%
  • Shell 1.6%
  • Makefile 1.1%
  • Dockerfile 0.7%