using System; namespace AudioStreamer { public interface AudioChannel { } }