spatialaudio / python-sounddevice

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

sample rate 192K???? #328

Open karu2003 opened 3 years ago

karu2003 commented 3 years ago

How to change Sample Rate for HiFiBerry DAC+ADC? I made several oszillogramm and did not notice any changes with the increase in the sample rate. :(

The code and pictures can be viewed on the github. https://github.com/karu2003/HiFiBerry_test

mgeier commented 3 years ago

Maybe the sampling rate is not supported by the device?

Were there any errors displayed?

What is the value of the Stream.samplerate attribute?