--- id: praat-parselmouth version: "0.4.7" license: GPLv3 license_treatment: copyleft maintenance: active --- # praat-parselmouth — Praat in Python, the Pythonic way License: copyleft · Maintenance: active · Downloads: 400.9K/mo ## What it is and what it does Parselmouth is a Python binding to Praat, a widely-used speech analysis software. Rather than wrapping Praat's scripting language or reimplementing its algorithms, Parselmouth directly calls Praat's internal C/C++ code, ensuring that results are identical to Praat's native output while presenting a standard Python API. This makes it suitable for researchers and developers who need Praat's proven phonetic and acoustic analysis algorithms—pitch detection, formant extraction, spectral analysis—without leaving the Python ecosystem. The package depends on numpy and is distributed as prebuilt wheels for Python 2.7 through 3.11 across macOS, Linux, and Windows. It is actively maintained, with a stable API and no known security vulnerabilities. The GPLv3 copyleft license means code using it must also be open-source, which is typical in academic speech research but may constrain commercial applications. Use it for: - Extract pitch contours and formant frequencies from speech recordings for phonetic research or analysis. - Automate batch processing of audio files using Praat's algorithms within a Python pipeline. - Build speech processing applications that leverage Praat's proven signal-processing implementations. - Analyze acoustic properties of speech for linguistics, speech pathology, or voice quality assessment. - Integrate Praat-based analysis into machine learning workflows for speech feature extraction. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Parselmouth provides a Pythonic interface to Praat's speech analysis algorithms by directly binding to Praat's C/C++ code, enabling phonetic and acoustic analysis without reimplementation. Yes, if you need Praat's speech analysis algorithms in Python and can accept the GPLv3 copyleft constraint. The package is actively maintained, has no known vulnerabilities, and provides direct access to Praat's C/C++ code with a Pythonic interface. Install friction is moderate due to compiled bindings, but prebuilt wheels cover most common platforms and Python versions. Not recommended if you require Python 3.12+ without building from source or if your project cannot use GPLv3-licensed code. ## Install pip install praat-parselmouth uv add praat-parselmouth poetry add praat-parselmouth ## Installing praat-parselmouth Before you install: Medium install friction due to compiled C++ bindings; wheels are provided for Python 2.7 through 3.11 on macOS, Linux, and Windows, but the package requires numpy and relies on prebuilt binaries rather than pure Python installation. License in practice: GPLv3 copyleft license means any derivative work or modification must also be released under GPLv3; acceptable for research and open-source projects but may restrict commercial or proprietary use. Quickstart: import parselmouth sound = parselmouth.Sound("audio.wav") pitch = sound.to_pitch() formants = sound.to_formant_burg() Requires numpy; prebuilt wheels available for Python 2.7–3.11 on major platforms, but older or uncommon Python versions may lack wheels and require compilation. Verify before relying: - Whether Praat must be installed separately on the system or if Parselmouth bundles Praat's runtime. - Performance characteristics and typical latency for common phonetic analyses on large audio files. - Compatibility status with Python 3.12 and 3.13 given the most recent wheel is cp311. ## Package facts - License: GPLv3 (copyleft) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 400.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags praat python interface, speech analysis phonetics, acoustic signal processing, praat bindings, phonetic analysis library, speech signal processing python, praat wrapper, speech-analysis, phonetics, signal-processing [View on SkillFed](https://skillfed.io/packages/praat-parselmouth) · [View on PyPI](https://pypi.org/project/praat-parselmouth/)