1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-11-09 13:16:45 +00:00
wiki.mbirth.de/know-how/software/linux/_posts/2010-02-12-no-sound-in-flash.md

1.0 KiB

created layout layout_old redirect_to tags title toc updated
2009-11-27 14:27:24 +0100 redirect default https://blog.mbirth.de/archives/2009/11/27/no-sound-in-flash-videos.html
know-how
software
linux
flash
sound
No sound in Flash videos false 2010-02-12 22:22:35 +0100

If you have no sound in Flash videos but in all other programs, there are two possibilities:

  1. the PCM output is set to silence
    • check volume setting with alsamixer
  2. you might have a second audio device (e.g. a Webcam with a microphone) which gets preferred by ALSA
    • fix it by unplugging it, or
    • force ALSA to use another device, see ALSA FAQ#26
    • set SkypeOptionsSound Devices to [ ] Allow Skype to automatically adjust my mixer levels
  3. some sound via PulseAudio is currently playing (see [ALSA → PulseAudio for Flash and others]({% post_url 2010-02-12-alsa-to-pulseaudio-for-flash %}))

Bug report is #396558.