python-sounddevice
python-sounddevice copied to clipboard
Incomplete Device Names - query_devices
using query devices I'm not able to get the full device name.. it is shortening it and cutting off valuable information, although this appears to be for the MME entries only?
The names are provided by the underlying PortAudio library, there's nothing that can be done from the Python side.
You should check in another software that uses PortAudio (e.g. PyAudio or Audacity) if there's the same problem. And then you should ask the PortAudio community: http://portaudio.com/contacts.html
MME has character limits, this is not a sounddevice issue, it's the API