問題タブ [praat]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - parselmouth (python PRAAT ラッパー) または他の python ライブラリを使用してフォルマントを変更する方法はありますか?
PRAAT は「プロセス -> フォルマントを変更...」という方法を提供しますが、Parselmouth 呼び出しを使用すると、次のようになります。
sound = call(sound0, "フォルマントを変更...", f1, f2, f3, f4, 0, 5000)
「parselmouth.PraatError: Command "Change forants..." not available for given objects.」
私はパーセルマウスがとても好きですが、もっと多くの例が利用できることを望みます.