How to apply Praat script to an audio file?
问题 I'm trying to change formants of the audio file with praat in Colab. I found the script that does that, it's code and the code for calculating formants. I installed praat : !sudo apt-get update -y -qqq --fix-missing && apt-get install -y -qqq praat > /dev/null !wget -qqq http://www.praatvocaltoolkit.com/downloads/plugin_VocalToolkit.zip !unzip -qqq /content/plugin_VocalToolkit.zip > /dev/null with open('/content/script.praat', 'w') as f: f.write(r"""writeInfoLine: preferencesDirectory$""")