Skip to content

Instantly share code, notes, and snippets.

View UrbanDesimator's full-sized avatar

UrbanMusic UrbanDesimator

  • UK
  • 10:15 (UTC -12:00)
View GitHub Profile
@smartmic
smartmic / .asoundrc
Last active February 3, 2024 19:52
.asoundrc
defaults.pcm.!rate_converter "samplerate_best"
# ******************************************************
# PLAYBACK
# hardware 0,0 : ALSA playback
pcm.loophw00 {
type hw
card Loopback
device 0
subdevice 0
@smartmic
smartmic / loop2jack.sh
Created September 26, 2015 16:29
loop2jack
#!/bin/sh
# script loop2jack, located in /usr/local/bin
# loop client creation
/usr/bin/alsa_out -j ploop -dploop -q 1 2>&1 1> /dev/null &
/usr/bin/alsa_in -j cloop -dcloop -q 1 2>&1 1> /dev/null &
# give it some time before connecting to system ports
sleep 1