Skip to content

Commit 504b0f7

Browse files
committed
Fix noise-profile example
1 parent 4d6b7f9 commit 504b0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/noise-profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
while True:
29-
low, mid, high, amp = noise.measure()
29+
low, mid, high, amp = noise.get_noise_profile()
3030
low *= 128
3131
mid *= 128
3232
high *= 128

0 commit comments

Comments
 (0)