Csound Csound-dev Csound-tekno Search About

Querying available audio devices, part II

Date2015-05-29 10:58
FromChuckk Hubbard
SubjectQuerying available audio devices, part II
AttachmentsNone  None  
Hello.
I posted a few years ago asking about checking available audio devices in Python. I never did work out how to capture Csound's output, so I ran it in a subprocess and captured its output. Then I parse the output for the list of available audio devices. But now, the formatting of the text printed for them has changed, and the flags I was searching for aren't printed anymore. I could just update them, but now I see in the docs for the API 6.03 csoundGetAudioDevList. It's mentioned here: http://csound.github.io/docs/api/group__RTAUDIOIO.html#ga697a4689253587e465131a7c037ffd74 and here: http://en.flossmanuals.net/csound/the-csound-api/ but not on the "What's New" page in the manual for 6.04 (which goes back to 5.06) and not in the attributes for the Csound or CppSound classes in the Python module.
Does/Did it exist, or should I just change my output-parsing to recognize the changed formatting?

Thanks.
-Chuckk

--