Registry / type-stubs / types-pyaudio

types-pyaudio

JSON →
library0.2.16.20260408pypypiunverified

Typing stubs for pyaudio. Provides type hints for pyaudio (portaudio bindings). Current version 0.2.16.20260408. Released as needed alongside typeshed updates.

pip install types-pyaudio
INSTALL
IMPORT
SIG · TYPES-PYAUDIO
T
types-pyaudio
type-stubspythonv0.2.16.20260408
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pyaudio-stubs
import pyaudio-stubs
import pyaudio

Basic usage: instantiate PyAudio and get default device info.

import pyaudio p = pyaudio.PyAudio() print(p.get_default_input_device_info()) p.terminate()
Debug
Known issues
gotchatypes-pyaudio only provides type stubs; you must also install the runtime library pyaudio.
fix
pip install pyaudio
affects: all
gotchaStubs may not cover all pyaudio features or may be incomplete; type checker may still report errors on edge cases.
fix
Use # type: ignore on lines with known missing stubs.
affects: all
Upgrade
Version history
0.2.16.20260408latest on PyPI · released Apr 8, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
OpenAI (training)
1
Resources
types-pyaudio — pip install types-pyaudio · libregistry