Example #1
0
 bool IRSend(string str)
 {
     return(Tests.sound(str));
 }
Example #2
0
        bool IRAudioPlay(string str)
        {
            string funcName = $"<{nameof(IRAudioPlay)}>";

            return(Tests.sound(str));
        }