BP sound sync
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nor 5565758f1f
tweak the defaults a bit.
5 months ago
.gitignore initial commit 5 months ago
LICENSE initial commit 5 months ago
README.md initial commit 5 months ago
config.go tweak the defaults a bit. 5 months ago
go.mod initial commit 5 months ago
go.sum initial commit 5 months ago
main.go tweak the defaults a bit. 5 months ago
output.go tweak the defaults a bit. 5 months ago

README.md

bps

Syncs devices compatibile with intiface-cli to an audio source / application output

installation

# get source
git clone https://fem.mint.lgbt/nor/bps.git

# cd to dir
cd bps

# build and install bps
go install

# with portaudio
go install -tags withportaudio

# with fftw3
go install -tags withfftw

# with both portaudio and fftw3
go install -tags withportaudio,withfftw

usage

  • use bps list-backends to show available backends
  • use bps -b {backend} list-devices to show available devices
  • use bps -b {backend} -d {device} to run - use the full device name
  • use bps -h for information on several more customizations