
Originally Posted by
Frank B
You can use any board! It just needs I2S then, and the control.
Yeah got that one covered after mind got cleared but when compiling for T41 I am getting this error:
Code:
undefined reference to `_AudioPlaySdWavInstances
And before you ask I copied the new .h/cpp files over to the audio library for 1.8.15, TD1.54 - am i missing something else I am suppose to do.
EDIT: this is what I have for setup:
Code:
// GUItool: begin automatically generated code
AudioPlaySdWav playSdWav1; //xy=323,171
AudioMixer4 mixer1; //xy=647,123
AudioMixer4 mixer3; //xy=648,212
//AudioOutputPT8211 pt8211_1; //xy=828,169
AudioOutputI2S audioOutput;
AudioConnection patchCord1(playSdWav1, 0, mixer1, 0);
AudioConnection patchCord2(playSdWav1, 1, mixer3, 0);
AudioConnection patchCord3(playSdWav1, 2, mixer1, 1);
AudioConnection patchCord4(playSdWav1, 3, mixer3, 1);
AudioConnection patchCord5(playSdWav1, 4, mixer1, 2);
AudioConnection patchCord6(playSdWav1, 5, mixer3, 2);
AudioConnection patchCord7(playSdWav1, 6, mixer1, 3);
AudioConnection patchCord8(playSdWav1, 7, mixer3, 3);
AudioConnection patchCord9(mixer1, 0, audioOutput, 0);
AudioConnection patchCord10(mixer3, 0, audioOutput, 1);
AudioControlSGTL5000 sgtl5000_1; //Just added but still get the error