#ifndef POI_AUDIOLINK
#define POI_AUDIOLINK

float4 getAudioBands()
{
    return float4(1, 0, 0, 1);
}

#endif