Skip to content

Commit 4430a71

Browse files
committed
Spectrogram example: print_devices() -> query_devices()
1 parent f36ae3a commit 4430a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spectrogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
import sounddevice as sd
4949

5050
if args.list_devices:
51-
sd.print_devices()
51+
print(sd.query_devices())
5252
parser.exit()
5353

5454
if args.device is None:

0 commit comments

Comments
 (0)