Alex
Alex

Reputation: 530

Record system audio with Visual Basic.Net

I have been stuck on a issue about recording system audio in VB.Net for quite some time now. And I can't find any proper ways to do it. I have been able in the past to make it record the Stereo Mix channel. But as we all know: The quality is absolutely horrible.

I have looked into the Bass.net library, but find it incredibly hard to understand. And the licensing agreement does not fit my usage.

Is there a way to have it record the system audio (Audio played by the computer) properly with optimal audio quality where I can save the recorded audio as a .wav or .mp3?

Upvotes: 1

Views: 4988

Answers (2)

Jay Wilde
Jay Wilde

Reputation: 2904

This will help you accomplish what you need with no third party libraries required.

http://www.codeproject.com/Articles/770246/How-to-record-any-PC-sound-through-WASAPI-and-Audi

Upvotes: 0

David Sdot
David Sdot

Reputation: 2333

naudio can do that and is disstributed under the Microsoft Public License (Ms-PL). Don't know if the licenses fits your needs but at least naudio will

Upvotes: 3

Related Questions