We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6b7f9 commit 504b0f7Copy full SHA for 504b0f7
examples/noise-profile.py
@@ -26,7 +26,7 @@
26
27
28
while True:
29
- low, mid, high, amp = noise.measure()
+ low, mid, high, amp = noise.get_noise_profile()
30
low *= 128
31
mid *= 128
32
high *= 128
0 commit comments