Searched refs:soundTable (Results 1 – 1 of 1) sorted by relevance
133 static SPSoundTable *soundTable; variable467 soundTable = AMLoadFile("/axdemo/axart/axartdemo.spt", NULL); in main()469 soundTable = LoadFileIntoRam("/axdemo/axart/axartdemo.spt"); in main()480 SPInitSoundTable(soundTable, soundSamples, (u8*)AMGetZeroBuffer()); in main()482 SPInitSoundTable(soundTable, soundSamples, zeroBuffer); in main()486 startSound(&helicopter, soundTable, SND_HELICOPTER); in main()487 startSound(&cube, soundTable, SND_CUBE); in main()