You are not logged in.
Pages: 1
I can not get my voice even I had installed gstreamer and alsa.
Besides, I installed plasma-pa for voice support.
$ pacman -Q gstreamer
output is:
gstreamer 1.18.0-1
$ pacman -Q | grep alsa
result is:
alsa-card-profiles 13.99.2+13+g7f4d7fcf5-1
alsa-firmware 1.2.4-2
alsa-lib 1.2.4-3
alsa-topology-conf 1.2.4-2
alsa-ucm-conf 1.2.4-2
alsa-utils 1.2.4-2
zita-alsa-pcmi 0.3.2-3
Offline
Welcome to the boards
What's your output for
arecord -l
pacmd list-cards
pacmd list-sources
pacmd list-source-outputs #During a recording attemptPost these in
[code]code tags[/code]what are you using for testing?
Mod note, not an Arch discussion, moving to NC
Offline
Thanks!
And here is my result for your solution.
$ arecord -l
arecord: device_list:274: no soundcards found...$ pacmd list-cards
0 card(s) available.$ pacmd list-sources
1 source(s) available.
* index: 0
name: <combined.monitor>
driver: <module-combine-sink.c>
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE
priority: 1000
volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
balance 0.00
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 0.00 ms
max rewind: 0 KiB
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
stereo
used by: 0
linked by: 0
configured latency: 0.00 ms; range is 0.50 .. 200.00 ms
monitor_of: 0
module: 10
properties:
device.description = "Monitor of Simultaneous Output"
device.class = "monitor"
device.icon_name = "audio-input-microphone"$ pacmd list-source-outputs
0 source output(s) available.The system do not find my sound card, but I actually have one, and its index is 0.
Besides, I have searched https://my.oschina.net/u/4368807/blog/4259422 and tried
$ pacmd set-default-sink 0but it does not show anything...
However, I installed kmix one hour ago for a try and it works right now! I am afraid that my following output will be inaccurate.
Last edited by delin fan (2020-10-23 14:10:47)
Offline
Sounds like there's something off in general, if it breaks again post
sudo fuser -v /dev/snd/*
dmesg | grep -E 'snd|sof'Offline
Pages: 1