I have an issue on GitHub here https://github.com/spatialaudio/python-sounddevice/issues/307
When I run:
speaker = sounddevice.query_devices(device=None, kind='output') speaker = speaker["name"] print(speaker)
it cuts off the end of it.
For example:
My speaker is:
Altavoces(High Definition Audio Device)
but
print(speaker)
returns:
Altavoces(High Definition Audi
1.4m articles
1.4m replys
5 comments
57.0k users