Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdb88 committed Apr 2, 2021
1 parent 0016fcd commit ad37347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snap.Net.Broadcast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview ##

The purpose of this tool is to make it possible to stream audio from your Windows PC to snapserver. It uses [Wasapi loopback](https://docs.microsoft.com/en-us/windows/win32/coreaudio/loopback-recording) to capture the audio coming through your audio device, and sends it to snapserver for syncronized playback. The delay between the audio being captured on your PC will more or less equal the `buffer` setting in snapserver (plus the network latency between your PC and snapserver, which should be negligible in most cases).
The purpose of this tool is to make it possible to stream audio from your Windows PC to snapserver. It uses [Wasapi loopback](https://docs.microsoft.com/en-us/windows/win32/coreaudio/loopback-recording) to capture the audio coming through your audio device, and sends it to snapserver for syncronized playback. The delay between the audio being captured on your PC will more or less equal the `buffer` setting in snapserver which defaults to 1000ms (plus the network latency between your PC and snapserver, which should be negligible in most cases).

This also works really well with meta streams, as we only send audio to the server when something is actually played (silence is not sent).

Expand Down

0 comments on commit ad37347

Please sign in to comment.