Why does python-sounddevice cut off the end of: sounddevice.query_devices(device=None, kind='output')

前端 未结 0 2004
南笙
南笙 2021-01-25 08:10

When I run:

speaker = sounddevice.query_devices(device=None, kind=\'output\')
speaker = speaker["name"]
print(speaker)

it cuts off the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题