static AudioEngine() { if (!AudioLayer.Init()) { throw new Exception("Failed to initialize the audio native layer."); } }