On 2020-06-02 12:51, stan via users wrote: ^
The vvv is important, because it provides more information, including an
output profile over time, a rough vu meter.  That is, it will show if
aplay is actually sending output to the device.
[bobg@Workstation-1 ~]$ aplay -vvv apps/audio/login.wav
Playing WAVE 'apps/audio/login.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Stereo
ALSA <-> PulseAudio PCM I/O Plugin
Its setup is:
  stream       : PLAYBACK
  access       : RW_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 2
  rate         : 22050
  exact rate   : 22050 (22050/1)
  msbits       : 16
  buffer_size  : 11025
  period_size  : 2756
  period_time  : 125000
  tstamp_mode  : NONE
  tstamp_type  : GETTIMEOFDAY
  period_step  : 1
  avail_min    : 2756
  period_event : 0
  start_threshold  : 11025
  stop_threshold   : 11025
  silence_threshold: 0
  silence_size : 0
  boundary     : 6206523236469964800
Max peak (5512 samples): 0x00002334 ######               27%
Max peak (5512 samples): 0x00001b62 #####                21%
Max peak (5512 samples): 0x00002e56 ########             36%
Max peak (5512 samples): 0x000024c0 ######               28%
Max peak (5512 samples): 0x00003016 ########             37%
Max peak (5512 samples): 0x00002bb5 #######              34%
Max peak (5512 samples): 0x000027c9 #######              31%
Max peak (5512 samples): 0x00001ab4 #####                20%
Max peak (5512 samples): 0x00001459 ####                 15%
Max peak (5512 samples): 0x00000ab9 ##                   8%
Max peak (5512 samples): 0x000004ac #                    3%
Max peak (5512 samples): 0x000003a1 #                    2%
Max peak (5512 samples): 0x0000019d #                    1%
Max peak (5512 samples): 0x000000e1 #                    0%
Max peak (5512 samples): 0x000000ab #                    0%
Max peak (5512 samples): 0x00000054 #                    0%
Max peak (5512 samples): 0x0000001c #                    0%
Max peak (5512 samples): 0x00000006 #                    0%

hat's itnteresting in that when I feed aplay a tone, only happens in this computer, the volume begins low and increasesover a second or two, very noticable but not a problem I was bothered by.

aplay --dump-hw-params [wav file]
[bobg@Workstation-1 ~]$ aplay --dump-hw-params apps/audio/login.wav
Playing WAVE 'apps/audio/login.wav' : Signed 16 bit Little Endian,
Rate 22050 Hz, Stereo
HW Params of device "default":
And the output is being processed through the default device, which is
the link between alsa and pulseaudio.
Yes I keep seeing that, looks like the connection between aplay and Polseaudio is open ...

Can you check in pavucontrol that the default device is actually your
device 0, the analog sound device?  Or just do a
cat /etc/alsa/alsactl.conf
°
[bobg@Workstation-1 ~]$ cat /etc/alsa/alsactl.conf
#
# ALSA library configuration file for alsactl tool
# (/usr/share/alsa tree is not necessary for alsactl)
#

ctl.hw {
    @args [ CARD ]
    @args.CARD {
        type string
        default "0"
    }
    type hw
    card $CARD

Everything says sound should be playing.

If you do
alsamixer -c0
are Master and Front showing 00?  Is the volume in the bar above 80%?
The essential ones are OO and up to the red, "L{NE" was muted I set to MM and turned the level up, that does not restore the sound though.

Bob Goodwin - Zuni, Virginia, USA

http://www.qrz.com/db/W2BOD
FEDORA-32/64bit LINUX XFCE Fastmail POP3
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to