-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Hi all, hope this is the right place. I got going fast with the python EVI quickstart. However, there was intense clipping of the audio responses no matter what I tried.
Environment:
- macOS Sequoia 15.5 on M1 MBP
- Python 3.11.5 (consistent in pyenv and venv)
- Hume SDK version 0.10.1
- ffmpeg version 7.1.1 (installed via Homebrew)
- sounddevice version 0.4.7
Audio Setup:
- Using MacBook Pro built-in microphone and speakers
- Audio configured through Core Audio
Development Environment:
- Tested with multiple environment managers (miniconda3, uv, & poetry)
- Final test using clean venv as per quickstart guide
- All dependencies installed fresh in isolated environment
- Using fish shell
Steps to reproduce:
- Created fresh venv:
python -m venv evi-env
- Activated environment:
source evi-env/bin/activate.fish
- Installed dependencies:
pip install "hume[microphone]" python-dotenv
- Ran the example quickstart.py code
- Successfully connects and transcribes speech
- Bot responds and audio is received
- Audio playback consistently clips/cuts out during responses
Issue occurs consistently across all tested environment setups and persists even with fresh installation following the quickstart guide exactly.
Hope that's helpful! LMK if any other details needed.
Best,
Nick Pappageorge