Question How to stream live audio from sound card

DjGrego

Member
Joined
Nov 21, 2021
Messages
23
Programming Experience
Beginner
I am building a Blazor Server app that will offer a live audio stream to clients. So, essentially the client browser will press a button and hear the audio (across the LAN) from the server PC's sound card.

My web searches seem to return mostly how to stream to a file. I see a few returns on old libraries that don't exist anymore. Naudio seems to be able to play a stream but not encode a live stream from a live source.

Any suggestions at all would be greatly appreciated.
 

Latest posts

Back
Top Bottom