|
-
May 14th, 2012, 06:31 PM
#1
Thread Starter
New Member
check if audio is going though sound card?
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
-
May 15th, 2012, 10:27 AM
#2
Re: check if audio is going though sound card?
Take a look at this and this. The first article is an amazing piece to read, don't just scroll down to the bottom :P the latter of the two is written in C#, however I still suggest studing it.
-
May 16th, 2012, 05:04 AM
#3
Thread Starter
New Member
Re: check if audio is going though sound card?
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.
-
May 16th, 2012, 07:52 AM
#4
Re: check if audio is going though sound card?
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
-
May 17th, 2012, 12:32 AM
#5
Thread Starter
New Member
Re: check if audio is going though sound card?
Hi,
I have never worked with C#, Could you please help me do this?
Thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|