class AudioRes { constructor(name = "", p5Audio = null) { this.name = name; this.P5Audio = p5Audio; } }