alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
344 stars 173 forks source link

No sound in OS when suspending `aplay` process #361

Closed syduki closed 8 months ago

syduki commented 8 months ago

I'm using the flac tool + aplay combo to play my lossless audio files, something like following:

flac -cds filename.flac | aplay

I usually suspend this process with ctrl+z when I need to temporarily switch to another sound-enabled application. That worked until recently when I upgraded my OS (Ubuntu 23.10, aplay-1.2.9, was 1.2.8). Now when suspending that process there is no sound at all in any of applications nor system.

syduki commented 8 months ago

Moved to alsa-utils