Aleš Zemene's Blog

Wednesday, October 12, 2011, 10:15 AM
#!/bin/bash


killall pulseaudio ; sleep 1 ; pulseaudio -n -F ~/.pulse/pulsejack.pa -D; pactl load-module module-jack-sink ; pactl load-module module-jack-source

# load-module module-jack-sink channels=2 channel_map=left,right
# load-module module-jack-source channels=2 channel_map=left,right

Tuesday, March 8, 2011, 01:36 AM
#!/bin/bash

killall pulseaudio &
killall mplayer &
killall vlc &
killall jackd &
killall qjackctl &
killall hdspmixer &
killall timemachine &

hdsploader &
sleep 3
jackd -d alsa &
sleep 1
hdspmixer &
sleep 1
qjackctl &
sleep 2

timemachine -c 2 -t 300 -p mix -f wav &
sleep 3
jack_connect system:capture_1 TimeMachine:in_1
jack_connect system:capture_2 TimeMachine:in_2
jack_connect system:capture_7 TimeMachine:in_1
jack_connect system:capture_8 TimeMachine:in_2


Tuesday, March 8, 2011, 01:06 AM ( 3 views )
This is quick reminder what i need to get working sound applications which are using normally pulse audio, routing it all to jack audio connection kit, and also to get sound in flash movies in firefox working.

you need libflassupport:
git clone http://git.0pointer.de/repos/libflashsupport.git/
cd libflashsupport
./bootstrap.sh
(if it asks for libssl, get devel package:
sudo apt-get-install libssl-dev, and run ./bootstrap.sh again)
make
sudo make install
more instruction to get libflashsupport :
http://www.pulseaudio.org/wiki/FlashPlayer9Solution

sudo apt-get install pulseaudio-module-jack
echo "autospawn = no" > ~/.pulse/client.conf

put in your startup script:

killall pulseaudio; sleep 1; pulseaudio -n -F ~/.pulseaudio/pulsejack.pa -D; pactl load-module module-jack-sink; pactl load-module module-jack-source

pavucontrol

more detailed info can be found all over the internet





Sunday, October 24, 2010, 05:17 PM ( 2 views )
Today kocour(tomcat) Kusaj who lived with me more than two years died under the wheels of car. Not that i would expect him to be here infinitely, but it is sad.
He was excellent cat DJ, and very good companion with fighting, bitting and scratching. Coolest cat i've ever met.


Wednesday, March 11, 2009, 05:21 PM
In the case that the pass phrase was mistyped when it was asked for, Mutt seems to be "hung", but that's not true, it is waiting for it to be retyped. To do this, push the <Enter> key and delete the pass phrase from memory with <Ctrl>F. Next we repeat the message sending with ("y") and retype the pass phrase.

Next