Article Title: Ubuntu8.04 multi-audio stream solution? Q method. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Since Ubuntu 8.04 tries to move all the software to PulseAudio, it will continue to be based on PulseAudio, which has been successfully running on PulseAudio. Only ALSA software is supported. Continue to use ALSA.
Method-Modify/etc/pulse/default. pa
Gksu gedit/etc/pulse/default. pa
Find:
# Load-module-alsa-sink...
Change
Load-module-alsa-sink device = dmix
Find:
Load-module-suspend-on-idle
Change
# Load-module-suspend-on-idle
(Re-logout and then login)
Optional:
Locate: (solves recording problems, such as skype and audacity)
Load-module-hal-detect
Changed:
# Load-module-hal-detect
By using dmix, PulseAudio will not occupy the entire audio system. PulseAudio will be one of alsa's Mix channels. Then, ALSA and PulseAudio can coexist well. Libflashsupport for pulseaudio is no longer needed in the future.
Also, install the PulseAudio controller to enjoy the advantages of PulseAudio.
Sudo apt-get install padevchooser