Achim Frase wrote: > 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 > > _______________________________________________ > pulseaudio-discuss mailing list > pulseaudio-discuss at mail.0pointer.de > https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss > > > Yes, this was what I was looking for! If I want to encode into MP3, what pipe should I use then? Many thanks, Christian