Posts

Showing posts with the label Speaker Identification

How to Run Praat from Visual C++

Following are the steps for using Praat with Visual C++: Download Praat from http://www.fon.hum.uva.nl/praat/praat4216_winsit.exe Download SendPraat from http://www.fon.hum.uva.nl/praat/sendpraat.exe Extract both Praat and Sendpraat in to location e.g. D:\praat It should look some thing like this: D:\praat\praat.exe D:\praat\sendpraat.exe Now Right click My Computer icon and click Properties or Press Windows+Break Button together. A “ System Properties ” Dialog will appear. Select Tab “ Advanced ”. At the bottom there is button “ Environment Variables ”, click it. A window appears with two frames. In the “ System variables ” frame double click the Variable namely “ Path ”. In the “ Variable value ” textbox append “ ;D:\praat\ ” (don’t forget to use ; to separate from previous path). Restart your computer After doing this open “ Command Prompt ” by typing “cmd” ...