Hello,
I have an IOUSBHostDevice I want to access and read data from. I use the command `ioreg` to show the properties of the device. I want to read a data stream from the USB device in Perl.
The device is an audio interface plugged in by USB. The data i want to read is a sound wave.
I am new to Perl and looking for some advice.