audio

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
audio [22/12/2020 - 16:23] thommie4audio [06/03/2023 - 11:59] thommie4
Zeile 1: Zeile 1:
 ====== Audio unter Linux ====== ====== Audio unter Linux ======
 +sx
 Audio Debugging für OpenSUSE: https://en.opensuse.org/SDB:Audio_troubleshooting Audio Debugging für OpenSUSE: https://en.opensuse.org/SDB:Audio_troubleshooting
  
Zeile 11: Zeile 11:
 ===== Aufnehmen auf der Kommandozeile ===== ===== Aufnehmen auf der Kommandozeile =====
  
-==== Mit arecord/aplay  ====+**Mit arecord/aplay**
  
 Auflisten aller Mikrofone Auflisten aller Mikrofone
Zeile 41: Zeile 41:
 </code> </code>
  
-==== Mit Pulseaudio  ====+===== Mit Pulseaudio ====
  
 pactl: Control a running PulseAudio sound server pactl: Control a running PulseAudio sound server
Zeile 68: Zeile 69:
 </code> </code>
  
-===== Aufnehmen aus einer bestimmten Applikation (ohne Störung durch Notification aus Plasma/KDE usw.) =====+===== Aufnehmen aus einer bestimmten Applikation  ===== 
 +(ohne Störung durch Notification aus Plasma/KDE usw.)
  
 Auflisten der Quellen Auflisten der Quellen
Zeile 124: Zeile 126:
 Quelle: [[https://ro-che.info/articles/2017-07-21-record-audio-linux|https://ro-che.info/articles/2017-07-21-record-audio-linux]] Quelle: [[https://ro-che.info/articles/2017-07-21-record-audio-linux|https://ro-che.info/articles/2017-07-21-record-audio-linux]]
  
 +===== pipewire als pulseaudio Ersatz =====
 +
 +https://cubiclenate.com/2021/07/17/pipewire-audio-server-on-opensuse-tumbleweed/
 +
 +Pakete nachinstallieren
 +
 +<code>
 +sudo zypper in pipewire pipewire-pulseaudio pipewire-alsa''
 +</code>
 +
 +Konflikt
 +
 +<code>Problem: the installed pulseaudio-15.0-6.1.x86_64 conflicts with 'pulseaudio-daemon' provided by the to be installed pipewire-pulseaudio-0.3.42-1.1.x86_64
 + Solution 1: Following actions will be done:
 +  deinstallation of pulseaudio-15.0-6.1.x86_64
 +  deinstallation of pulseaudio-module-bluetooth-15.0-6.1.x86_64
 +  deinstallation of pulseaudio-module-gsettings-15.0-6.1.x86_64
 +  deinstallation of pulseaudio-module-x11-15.0-6.1.x86_64
 +  deinstallation of pulseaudio-module-zeroconf-15.0-6.1.x86_64
 +  deinstallation of pulseaudio-lang-15.0-6.1.noarch
 + Solution 2: do not install pipewire-pulseaudio-0.3.42-1.1.x86_64
 +</code>
 +
 +Diese Pakete werden deinstalliert
 +
 +<code>
 +The following 7 packages are going to be REMOVED:
 +  alsa-plugins-pulse pulseaudio pulseaudio-lang pulseaudio-module-bluetooth pulseaudio-module-gsettings
 +  pulseaudio-module-x11 pulseaudio-module-zeroconf
 +</code>
 +
 +
 +**Tuning**: https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Migrate-PulseAudio
 +
 +**Crackling/Popping issues on intel-hda soundcard** 
 +https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1569
 +
 +
 +Neustart Audio-System (z.B: bei Erkennungsproblem Bluetooth Audio):
 +
 +<code>
 +systemctl restart sound.target
 +</code>
 +
 +
 +===== Audio Cleanup =====
 +
 +  * Step one: NOISE REDUCTION
 +  * Step two: COMPRESSION
 +  * Step three:  LIMITER FILTER
 +  * Step four: EQUALIZER
 +  * Step five: NORMALIZE
  • audio.txt
  • Zuletzt geändert: 05/03/2024 - 10:52
  • von 127.0.0.1