spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
1.02k stars 149 forks source link

The sound card of Zen Go synergy core is recording bug. #412

Open xiaoli1996 opened 2 years ago

xiaoli1996 commented 2 years ago

Sorry to bother you again. I made two recording choices:

  1. mic: Earthworks M23; microphone amplifier: K&L kl GA PRE-73 JR, gain 35dB; recording code: rec_gui.py from sounddevices. The recorded audio is good and everything is normal
  2. mic: Earthworks M23; sound card: Zen Go synergy core, gain 25dB; recording code: rec_gui.py from sounddevices. The recorded audio is "clipped". However, everything works fine when I use Audition software to record choice2. QQ截图20220610095748

Many thanks to you!

mgeier commented 2 years ago

Sorry, I don't really know how to help here. The audio data is provided by the underlying PortAudio library, the Python bindings don't change the signal values.

Maybe the OS mixer levels are too high?