Hi Everyone,
I was wondering what sorta code you would you to check if audio is going though a sound card?
I am designing a media player and I would like to show that audio is playing. :)
Thanks!
Josh
Printable View
Hi Everyone,
I was wondering what sorta code you would you to check if audio is going though a sound card?
I am designing a media player and I would like to show that audio is playing. :)
Thanks!
Josh
Thanks for your reply, That is quite interesting & how it works. :)
But I am writing my program in Visual basics, not C#. Would you know of a way to do this in Visual Basics 2010?
I would rather keep writing my app in Visual Basics, as Its quite a big one and it would take along time to re-write and learn C#.
Thanks!
Josh.
you would do it the same way.... that's the beauty of the .NET framework... if it's String.Length in C#, it's String.Length in VB ... the only difference is the use of semicolons and curly brackets... and some minor differences in how variables are declared, but that's pretty much it.
-tg
Hi,
I have never worked with C#, Could you please help me do this?
Thanks