Skip to content

BoonyaCSharp-ASP/StreamAudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT
------
Application allows u to stream audio output from Windows Audio Device to Pulse Audio Server (in maner linco & plink).


Application uses such libraries:
---------------------------------

- NAudio, capture audio stream (http://naudio.codeplex.com/)
- SSH.NET, for talking with remote pulseaudio server. (https://sshnet.codeplex.com/)

Server requirements:
---------------------
- Installed and running PulseAudio server.
- Available nc binary.

How stream are streamed:
------------------------
Sound are passed to PulseAudio server via "pacat --playback command", so no additional modules required for PulseAudio.

Application params:
--------------------
StreamAudio.exe --host <ip> --user <remote ssh user> --pass <remote ssh pass> --port <port number>


*Port number can be passed randomly.



Warning
--------
This is very early pre-alpha, in other words "proof of concept".

Build environment:
-------------------
 - Microsoft .NET Framework 4.0
 - Microsoft Visual Studio 2010

About

Allow to stream audio output from Windows Audio Mixer device to PulseAudio output on Linux PC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • Other 0.5%