Using this : https://github.com/newdigate/teensy-variable-playback/tree/master
Saw it working:
#define NUM_WAVS 4 // avoid silly mistakes
const char *wav_31[NUM_WAVS] = { "F#4.WAV", "F#3.WAV", "C4.WAV", "C3.WAV"}; //, "F#2.WAV", "f#5.WAV", "C6.WAV"};
PSRAM fills quickly :)