public static void Source(uint sid, ALSourcef param, float value) { ALDelegates.alSourcef(sid, (int)param, value); }