meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:pulse_audio [2016/02/02 10:09] – niziak | linux:pulse_audio [2023/02/10 11:33] (current) – niziak | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| pacmd list-cards | pacmd list-cards | ||
| </ | </ | ||
| + | |||
| + | |||
| + | |||
| + | ====== disable autospawn ====== | ||
| + | |||
| + | <file | / | ||
| + | ; autospawn = yes | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | pulseaudio --kill | ||
| + | pulseaudio -v | ||
| + | </ | ||
| + | |||
| + | ===== mpd player ===== | ||
| + |   * add user '' | ||
| + | * Configure pulse to connect to existing pulseaudio server using network | ||
| + | |||
| + | < | ||
| + | audio_output { | ||
| + |         type                    " | ||
| + |         name                    "MPD PulseAudio Output" | ||
| + |         server  | ||
| + | } | ||
| + | </ | ||
| + | * Add TCP server module to pulseaudio | ||
| + | <file | / | ||
| + | load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== no alsa MIC input ===== | ||
| + | |||
| + | Check for existence of arecord process. It can be used to sample noise and feed a kernel entropy (package **randomsound**) | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | randomsound has to be started AFTER pulse audio. It is hard to achieve because pulse is started as from user graphical session. | ||
| + | As workaround it is nice to disable or remove rendomsound package. | ||
| + | |||
| + | |||
| + | ===== Simultaneous on HDMI and Analog ===== | ||
| + | Run paprefs, go to last tab " | ||
| + | This will add new device for both HDMI and Analog output and set it as default one. | ||
| ===== No sound ===== | ===== No sound ===== | ||
| - | As as normal user try to start "pulseaudio --check"  | + | As as normal user try to start <code bash>pulseaudio --check</ | 
| < | < | ||
| E: [pulseaudio] core-util.c: | E: [pulseaudio] core-util.c: | ||