Fedora 28 x86_64; Pulseaudio removed - using "recordmydesktop" to record sound from mic AND the computer (eg from YouTube)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



People,

Is this possible?  My current .asoundrc is below.

Thanks!

Phil.


pcm.!default {
    type plug
    slave.pcm "asymed"
}

# This is the audio output:
pcm.dmixer {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 4096
        rate 44100
    }
    bindings {
        0 0
        1 1
    }
}

ctl.dmixer {
    type hw
    card 0
}

# This is the microphone
pcm.dsnooped {
    ipc_key 1027
    type dsnoop
    slave.pcm "hw:0,0"
}

# This makes both channels work together.
pcm.asymed {
    type asym
    playback.pcm "dmixer"
    capture.pcm "dsnooped"
}


--
Philip Rhoades

PO Box 896
Cowra  NSW  2794
Australia
E-mail:  phil@xxxxxxxxxxxxx

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user



[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux