package org.openautonomousconnection.luascript.hosts; import java.io.File; public interface AudioHost { void play(File audioFile); }