Reading input sound signal using Python

前端 未结 4 1728
日久生厌
日久生厌 2020-11-30 03:32

I need to get a sound signal from a jack-connected microphone and use the data for immediate processing in Python.

The processing and subsequent steps are clear. I a

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-30 04:27

    I would consider using pysox, the python bindings for libsox.

    You can get pysox package from PyPI.

提交回复
热议问题