Skip to content

jacksitlab/HttpSwitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpSwitcher

Library

Base implementation of an http-proxy server which like a proxy does forwards all http requests to another specified endpoint, but additionally can execute some actions on specific URIs, query parameters, etc.

Foobar Switch

created because with wine started foobar2000 was not able to control audio output of SPDIF linux host system. So the goal is to get the remote commands for setting the volume are handled also on the linux host system and set with amixer, so that the foobar remote control app is working with all its features.

cli command to set master volume

amixer -D pulse sset Master ${volume}%

build

  • build lib
cd lib
npm run build
  • build foobar switch
cd foobar-switch
npm run build
  • start foobar switch
cd foobar-switch
npm run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published