Playing PCM from FEZ hydra

Can you please show your code?

void threadstart()
{
music = new GTM.GHIElectronics.Music(3); //GHI Music module
music.SetVolume(255);
music.SineTest();
Thread.Sleep(5000);
music.StopPlaying();

    }

Oh by the way …

How do you set up an SPI configuration on the hydra?