Limited audio device friendly name.
Hi Phil,
I am currently enumerating the list of audio devices available, similar to the example TJ_Devices.java using AudioDevice.getName(index).
However, the result returned seems to be only 31 characters long (at max). While getting the friendly names is really useful, having them limited makes it only almost useful.
What should I do (or do differently) if I want to return the full name? Do you know where the limit exists, because from what I gather in the AudioDevice class, the length of the buffer is actually 256?
Could it possibly be hardware/OS related?
Any help is appreciated.
Thanks,
Etienne.