This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Option to listen to microhpone/line-in in KMix

11

Votes
12
1
Tags: audio, kmix, pulseaudio, microhpone, line-in, loopback audio, kmix, pulseaudio, microhpone, line-in, loopback audio, kmix, pulseaudio, microhpone, line-in, loopback
(comma "," separated)
Chemtox
Registered Member
Posts
3
Karma
0
Howdy,

Currently I have to load/unload PulseAudio's loopback module by hand to be able to listen to my microhpone/line-in:

pulseaudio-loopback.sh
Code: Select all
#!/bin/bash

if pactl list short|grep module-loopback 1> /dev/null
then
    echo Disabling loopback
    pactl unload-module `pactl list short |perl -ne 'print $1 and exit if /^(\d@kb_sc)\s@kb_scmodule-loopback/;'`
else
    echo Enabling loopback for the preferred input device
    pactl load-module module-loopback
fi



Surely this vital function (for us karaoke lovers, amongst others :P) should be available in KMix?

P.S: can't get the script to display properly. If interested, you can get it here: http://randomtechtail.blogspot.com/2011/11/escuchar-el-microfono-o-linea-de.html.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]