Questions tagged [audio]

Questions about audio hardware and software in Linux and other UNIX operating systems.

Also, check tags: and .

1988 questions
16
votes
3 answers

how to understand list of soundcards; meaning of MID, HDMI, PCH

Command aplay -l produces a list of "all soundcards and digital audio devices". On my brand-new Fujitsu Esprimo desktop, I get: **** List of PLAYBACK Hardware Devices **** card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 …
Joachim W
  • 371
10
votes
1 answer

Playing arbitrary PCM sound throught the PC speaker?

As a child I've played one DOS game called Electro Body. The game did something amazing - it played back PCM samples through the PC speaker. Not the crappy square beeps - it played real sound effects! It was super quiet in comparison to the usual…
unfa
  • 1,745
9
votes
3 answers

Is there a consistent shell command for adjusting volume?

I've been trying to find a consistent shell command to adjust the volume on my laptop. I was recommended to try (for muting/unmuting): pactl set-sink-mute 0 toggle and it didn't work, I got the error Failed to get sink information: No such…
9
votes
2 answers

Automatic Volume settings?

When I watch a Movie on my Desktop PC - Fedora 14 - In many times the Movie is too quiet to hear, but sometimes....it's too loud - Because there's suddenly music, or an explosion, that's really loud... Are there any solutions/script or anything to…
LanceBaynes
  • 40,135
  • 97
  • 255
  • 351
7
votes
2 answers

Is it possible to achieve bit-perfect audio on Linux?

While browsing idly the Internet, I found a topic on a computer forum when a person was claiming to have failed to achieve bit-perfect¹ audio on Linux: http://www.bleepingcomputer.com/forums/t/617127/sorry-guys-no-more-linux-for-me/ He says he has…
gaazkam
  • 1,410
6
votes
2 answers

How to limit the maximum volume?

Sometimes people scream in an otherwise quiet video. How do I set a loudness limit? Sounds louder than the limit would be scaled down to the limit. Sounds quieter than the limit would pass unchanged. Best would be to set a specific dB limit. Is this…
wos
  • 181
5
votes
1 answer

Is the Zalman ZM-RSSC 5.1 USB Sound Card supported in Linux?

And to what extent does this card have support in Linux?
Neil
  • 3,462
5
votes
2 answers

Audio tone/sine generator with frequency gauge

I want to flatten frequency response of my headphones with EQ (to dramatically increase sound quality with only a bit of time), but I need tone generator for that with live manually selectable frequency gauge, so I can dynamically move it and locate…
Ctrl-C
  • 241
5
votes
1 answer

arecord to record what is playing on speakers

The command arecord foo.wav records from microphone and saves to file foo.wav. Is there a way I can have arecord record what is coming out of speakers instead of recording from microphone? Or perhaps there are other command line tools that can do…
math4tots
  • 2,685
4
votes
2 answers

Add a loopback audio device in pipewire

When I was using pulseaudio, it was pretty easy to enable a loopback module, so I could listen to my mic's input as I was speaking: pactl load-module module-loopback latency_msec=1 How can a similar effect be achieved with pipewire? alsaloop works…
d909
  • 41
4
votes
1 answer

arecord wav file size limit with named pipes

Scenario: OS: raspbian buster I have an audio chain as follows USB Audio Input->arecord->named pipe->forked-daapd. In the present configuration, arecord and forked-daapd are both set up as standard systemd services. The goal is to send audio from…
4
votes
0 answers

Sound gets distorted on Linux Mint

I'm having issues with sound on Linux Mint, it worked fine for long time but suddenly begin to distort sporadically. First I thought it was software related issue but reinstalled Mint from zero and the problem persist. Then I concluded it was the…
4
votes
1 answer

How can I beep without PC speaker

There is no PC speaker in my laptop. Is there any way to get beeps by a normal speaker in Arch Linux?
3
votes
1 answer

HP Envy x360 2022 Ryzen edition speakers not working

HP Envy x360 15-ey0013dx 2022 model has sound problem. In Windows 11 speakers are working perfectly fine. In Linux, the headphone jack and audio output through HDMI are working fine. aplay -l output: ~ $ aplay -l **** List of PLAYBACK Hardware…
n0th1ng
  • 31
3
votes
3 answers

Is there a way to change volume of a single process?

In other words, does something like the volume mixer in windows, where you can change the volume of different applications, exist? Also if there is, please help me understand how it works.
1
2 3 4 5