namespace BizHawk { public interface ISoundProvider { void GetSamples(short[] samples); } }