I'm really happy to see this sound card. I'm wondering if you can answer a couple of questions:
1) Will I be able to use the AudioInjector for audio I/O in PureData? I know how to program in PD but I want to be sure I can use this sound card to record and process audio.
2) Is this sound card compatible with all version of the RPi?
3) Do I need to install a special operating system to get the AudioInjector and PD working together? Will I need to do something more advanced? Or can I just use these directions you listed on the Kickstarter page?
Thanks for your help. If I can get it working with PD I'll be buying several of these cards for my Pis.The audio injector is already integrated into the stock standard Raspbian Linux kernel. To install, simply get the latest kernel (rip-update) and then add one line to your /boot/config.txt :
dtoverlay=audioinjector-wm8731-audio
This one line will load the Audio Injector sound card driver at boot time automatically.