Hi,
I was tryng different not officially supported USB microphones.
Unsurprisingly, they didn't work. They were, however, visible in alsamixer and did work with arecord.
So, first my question is, what is the benefit provided by pyalsaaudio over direct calls to command line utility arecord?
After some fiddling around, I realized that one of my mics provides 32-bit floating number stream, which is suported by ALSA and arecord, but it seems that wurb2020 has the int16 type hard-coded. How hard would it be to make the changes to support mics with output different from int16?
Cheers
Hi,
I was tryng different not officially supported USB microphones.
Unsurprisingly, they didn't work. They were, however, visible in
alsamixerand did work witharecord.So, first my question is, what is the benefit provided by
pyalsaaudioover direct calls to command line utilityarecord?After some fiddling around, I realized that one of my mics provides 32-bit floating number stream, which is suported by ALSA and
arecord, but it seems that wurb2020 has theint16type hard-coded. How hard would it be to make the changes to support mics with output different fromint16?Cheers