Skip to content

Audio clipping on evi-python-quickstart #190

@NpappaG

Description

@NpappaG

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:

  1. Created fresh venv: python -m venv evi-env
  2. Activated environment: source evi-env/bin/activate.fish
  3. Installed dependencies: pip install "hume[microphone]" python-dotenv
  4. Ran the example quickstart.py code
  5. Successfully connects and transcribes speech
  6. Bot responds and audio is received
  7. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions