public class Source { String name = "defaultSource"; float x = 0.0f; float y = 0.0f; float z = 0.0f; String fileName = "default.wav"; }