@override Future<void> destroy() async { await stop(); _tickController.close(); _mainSoundBuffer = null; _accentedSoundBuffer = null; }