Question: I have to connect to a SHOUTcast stream, take 5 seconds of the sound then detect if there is silence (no sound above -14db). Would you be so kind to provide us with some sample?
Answer: See the code below
using System; using System.Windows.Forms; using System.Net; using System.IO; using Alvas.Audio; namespace RadioCs { publicpartialclassfrmMain : Form { public frmMain() { InitializeComponent(); t.Interval = 15 * 60 * 1000; ...
No comments yet, be the first one to post comment.