Hello, I am trying to write an api using C++ to control an usb Audio Codec (PCM 2906).
When I connect it to the computer windows 7 automatically installs the drivers, but what is the method to communicate with this device from a c++ application. Do I need to use libraries? Load any dll? I am a bit lost, can anyone please show me how to get started?
Thank you!