Hi All
I’m trying to adapt the FEZ_Audio_Out sample from the samples page, and running into a few snags.
For one thing, it looks like the FEZ Panda supports reading through a whole buffer of voltages or something, as this line seems to show:
aout.Set(buffer, wav.GetDataIndex(), wav.GetDataSize(), wav.GetSampleRate());
Of course, the Spider only takes a single voltage.
So, before I go looping through that, I’m pretty sure I’m going to run into a problem where the Spider can’t keep up with spitting out samples like that from managed code (my past experience has shown that NEMF isn’t generally fast enough for this type of work). Has anyone tried this on the Spider?
Thanks.
Pete