python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

Incomplete Device Names - query_devices

Open gitagogaming opened this issue 3 years ago • 2 comments

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?

image

gitagogaming avatar Feb 15 '22 01:02 gitagogaming

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

mgeier avatar Feb 17 '22 18:02 mgeier

MME has character limits, this is not a sounddevice issue, it's the API

davircarvalho avatar Mar 16 '23 21:03 davircarvalho