Am Sonntag, den 10.08.2008, 22:21 +0200 schrieb Christian: > Hi again Achim, > Yes, this time I got it working! > Many thanks for all your help! > Now I just have to convert the wav-file into MP3 or .OGG-format. > Best regards and thanks, > Christian Maybe this pipe is what you are looking for. gst-launch pulsesrc device=foo.monitor ! queue ! audio/x-raw-float,rate=44100,channels=2 ! audioconvert ! vorbisenc quality=0.5 ! oggmux ! filesink location=outtest.ogg Regards Achim