module arsd.simpleaudio; struct AudioOutputThread { this(int) {} void start() {} void beep(int = 0) {} void boop(int = 0) {} }