Praat snippets for vsc(visual studio code), atom and sublime text.
This page is maintained by
- Xiaoou WANG, founder of aiprototypes.com
- Xingyu LIU (PhD student in natural language processing)
For all the bugs or requests or contributions, go to the github page.
Show us some support here ! :)
Go to https://xiaoouwang.github.io/batch_snippets_generator_converter_for_Vsc_Sublime_Atom/, input the praat code in the stated format and click convert.
Then you can create pull request on my github or send me an email to add snippets if you are not familiar with open source contribution.
My email is xiaoouwangfrance@gmail.com
Also check https://github.com/xingyuliuNLP/snippetsConvertMaster for advanced snippets generation (things like $1:suggestion) if you have some basic python experience.
For so many years praat snippets have been missing from this wonderful world.
Here they are.
Install it and the best is yet to come (more snippets, better documentation, better snippets logic and structure).
drPitch = draw Pitch
write = writeInfoLine
if, while, for, spectro manipulation etc...
-
2019-04-30-Tue : Add a website to batch generate and convert your own snippets to Visual Code Studio (vsc), Atom and Sublime. Add a how to contribute section.
-
2019-04-17-Wed : Add a lot snippets, still lack a decent documentation
-
2019-04-14-Tues : Add a little part of snippets
-
2019-04-15-Mon : Add syntax highlighting
More features are coming...
The snippets use the most recent syntax. For information :
- (Old syntax) Create Sound as pure tone... tone 1 0 0.4 44100 440 0.2 0.01 0.01
- (intermediate syntax) "Create Sound as pure tone...", "tone", 1, 0, 0.4, 44100, 440, 0.2, 0.01, 0.01
- (new syntax) Create Sound as pure tone: "tone", 1, 0, 0.4, 44100, 440, 0.2, 0.01, 0.01
