15.4 - How to make Mic work with Discord -- fine with Audacity and arecord??
All, Here is a strange issue. Never use discord, but needed to tonight. I can't get it to use my microphone. Audacity and arecord have no issue at all using the mic. The details are: $ arecord -L null Discard all samples (playback) or generate zero samples (capture) speexrate Rate Converter Plugin Using Speex Resampler upmix Plugin for channel upmix (4,6,8) default:CARD=PCH HDA Intel PCH, 92HD81B1X5 Analog Default Audio Device sysdefault:CARD=PCH HDA Intel PCH, 92HD81B1X5 Analog Default Audio Device front:CARD=PCH,DEV=0 HDA Intel PCH, 92HD81B1X5 Analog Front output / input Audacity sees the mic without problems. For arecord, I specify -D front to tell it to use CARD=PCH,DEV=0. Discord on the other hand lists no audio devices in "Voice & Video" settings. The "INPUT DEVICE" and "OUTPUT DEVICE" are non-selectable -- but it thinks the mic is working (I can mute/unmute it) and I hear the other party on discord just fine. Anybody run into this? Any fix? -- David C. Rankin, J.D.,P.E.
Hello, In the Message; Subject : 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <0eef7007-97bb-718f-00de-b0af0fd80c17@suddenlinkmail.com> Date & Time: Tue, 13 Dec 2022 00:17:43 -0600 [DCR] == "David C. Rankin" <drankinatty@suddenlinkmail.com> has written: DCR> All, [...[ DCR> Discord on the other hand lists no audio devices in "Voice & Video" DCR> settings. The "INPUT DEVICE" and "OUTPUT DEVICE" are DCR> non-selectable -- but it thinks the mic is working (I can mute/unmute DCR> it) and I hear the other party on discord just fine. DCR> Anybody run into this? Any fix? How about this? https://www.reddit.com/r/voidlinux/comments/uxr5pv/no_microphone_input_in_di... HTHs, --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ " Today’s China is not the old China humiliated and bullied over 100 years ago. It is time for these people to wake up from their imperial dream." -- Hua Chunying’s Regular Press Conference on August 4, 2022 --
On 12/13/22 01:01, Masaru Nomiya wrote:
How about this?
https://www.reddit.com/r/voidlinux/comments/uxr5pv/no_microphone_input_in_di...
Well, The answer there says install pulseaudio -- I was trying to avoid that. ALSA works for everything else, so why not discord? -- David C. Rankin, J.D.,P.E.
On Tue, Dec 13, 2022 at 12:09 PM David C. Rankin <drankinatty@suddenlinkmail.com> wrote:
On 12/13/22 01:01, Masaru Nomiya wrote:
How about this?
https://www.reddit.com/r/voidlinux/comments/uxr5pv/no_microphone_input_in_di...
Well,
The answer there says install pulseaudio -- I was trying to avoid that.
According to Arch wiki, web client should work with ALSA.
ALSA works for everything else, so why not discord?
You pretend you do not know the answer? Because nobody cared enough to implement it.
Hello, In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <CAA91j0VkjbbaiEmAqpxQN-ccbyB=pxay=Hfj=jW7fBrYJPuvJA@mail.gmail.com> Date & Time: Tue, 13 Dec 2022 12:29:25 +0300 [AB] == Andrei Borzenkov <arvidjaar@gmail.com> has written: [...] AB> You pretend you do not know the answer? Because nobody cared enough to AB> implement it. You're a 15.4 user too, aren't you? In your environment. $ pw-play some_audio_file works fine? I'm a Tumbleweed user, so I don't know about 15.4, but still, the operating conditions for pipewire should be the same. Regards, --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Three young men died for Rationalization. Yet, Margaret Bloody Thatcher LIVES!" 'Brassed Off'
Hello, In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <6cc21459-bb28-9186-4501-40a4e324a6b1@suddenlinkmail.com> Date & Time: Tue, 13 Dec 2022 03:08:42 -0600 [DCR] == "David C. Rankin" <drankinatty@suddenlinkmail.com> has written: DCR> On 12/13/22 01:01, Masaru Nomiya wrote: MN> > How about this? MN> > MN> > https://www.reddit.com/r/voidlinux/comments/uxr5pv/no_microphone_input_in_di... DCR> Well, DCR> The answer there says install pulseaudio -- I was trying to DCR> avoid that. ALSA works for everything else, so why not discord? That was on my mind too ... For example. $ pw-play some_audio_file works fine? If not, please do; 1. $ systemctl --user daemon-reload 2. $ systemctl --user start pipewire pipewire-pulse wireplumber then, try again. $ pw-play some_audio_file The pipewire is not involved in the operation of audacity and arecord. Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "A society bound by e-mail and mobile phones deprives us of the freedom to face ourselves and indulge our fantasies." -- Michael Crichton (Speech in Japan) --
On 13/12/2022 11.24, Masaru Nomiya wrote:
Hello,
For example.
$ pw-play some_audio_file
works fine?
If not, please do;
1. $ systemctl --user daemon-reload 2. $ systemctl --user start pipewire pipewire-pulse wireplumber
then, try again.
$ pw-play some_audio_file
It crashes when told to play an mp3, says it is not supported and then dumps core. Is that normal? -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.4 (Legolas))
Hello, In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <11e1c6e4-578b-a9d6-3a86-dcb2a7034491@telefonica.net> Date & Time: Tue, 13 Dec 2022 11:48:22 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: [...] MN> > For example. MN> > MN> > $ pw-play some_audio_file MN> > MN> > works fine? MN> > MN> > If not, please do; MN> > MN> > 1. $ systemctl --user daemon-reload MN> > 2. $ systemctl --user start pipewire pipewire-pulse wireplumber MN> > MN> > then, try again. MN> > MN> > $ pw-play some_audio_file CER> It crashes when told to play an mp3, says it is not supported and then dumps CER> core. Is that normal? Thanks. Sorry, pw-play can't play mp3 audio file. But it's strange to hear that it crashes. Anyway, could you test with wav, ogg, or flac audio file? Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "She continues to deeply divide opinion, nearly a decade after her death in 2013, due to her policies of privatisation, breaking the power of trade unions, and selling off public housing." -- World Is One News --
On 13/12/2022 12.56, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <11e1c6e4-578b-a9d6-3a86-dcb2a7034491@telefonica.net> Date & Time: Tue, 13 Dec 2022 11:48:22 +0100
[CER] == "Carlos E. R." <robin.listas@telefonica.net> has written:
[...] MN> > For example. MN> > MN> > $ pw-play some_audio_file MN> > MN> > works fine? MN> > MN> > If not, please do; MN> > MN> > 1. $ systemctl --user daemon-reload MN> > 2. $ systemctl --user start pipewire pipewire-pulse wireplumber MN> > MN> > then, try again. MN> > MN> > $ pw-play some_audio_file
CER> It crashes when told to play an mp3, says it is not supported and then dumps CER> core. Is that normal?
Thanks.
Sorry, pw-play can't play mp3 audio file. But it's strange to hear that it crashes.
Anyway, could you test with wav, ogg, or flac audio file?
I was just curious about that command. I don't know if it should work in this machine. Silence. cer@Legolas:~/Music> pw-play /usr/share/quadrapassel/sounds/slide.ogg stream node 41 error: no node available remote error: id=3 seq:7 res:-2 (No such file or directory): no node available cer@Legolas:~/Music> pw-play /usr/share/sounds/gnome/default/alerts/sonar.ogg stream node 41 error: no node available remote error: id=3 seq:6 res:-2 (No such file or directory): no node available cer@Legolas:~/Music> cer@Legolas:~/Music> pw-play /usr/share/sounds/speech-dispatcher/test.wav stream node 41 error: no node available remote error: id=3 seq:7 res:-2 (No such file or directory): no node available cer@Legolas:~/Music> cer@Legolas:~/Music> pactl info Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 5 Tile Size: 65472 User Name: cer Host Name: Legolas.valinor Server Name: pulseaudio Server Version: 15.0 Default Sample Specification: s16le 2ch 44100Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo Cookie: e3a8:84ab cer@Legolas:~/Music> This is Leap 15.4, with pulse AFAIK. Whatever YaST does. -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.4 (Legolas))
Op dinsdag 13 december 2022 20:06:05 CET schreef Carlos E. R.:
On 13/12/2022 12.56, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <11e1c6e4-578b-a9d6-3a86-dcb2a7034491@telefonica.net> Date & Time: Tue, 13 Dec 2022 11:48:22 +0100
[CER] == "Carlos E. R." <robin.listas@telefonica.net> has written:
[...] MN> > For example. MN> > MN> > $ pw-play some_audio_file MN> > MN> > works fine? MN> > MN> > If not, please do; MN> > MN> > 1. $ systemctl --user daemon-reload MN> > 2. $ systemctl --user start pipewire pipewire-pulse wireplumber MN> > MN> > then, try again. MN> > MN> > $ pw-play some_audio_file
CER> It crashes when told to play an mp3, says it is not supported and then dumps CER> core. Is that normal?
Thanks.
Sorry, pw-play can't play mp3 audio file. But it's strange to hear that it crashes.
Anyway, could you test with wav, ogg, or flac audio file?
I was just curious about that command. I don't know if it should work in this machine.
Silence.
cer@Legolas:~/Music> pw-play /usr/share/quadrapassel/sounds/slide.ogg stream node 41 error: no node available remote error: id=3 seq:7 res:-2 (No such file or directory): no node available cer@Legolas:~/Music> pw-play /usr/share/sounds/gnome/default/alerts/sonar.ogg stream node 41 error: no node available remote error: id=3 seq:6 res:-2 (No such file or directory): no node available cer@Legolas:~/Music>
cer@Legolas:~/Music> pw-play /usr/share/sounds/speech-dispatcher/test.wav stream node 41 error: no node available remote error: id=3 seq:7 res:-2 (No such file or directory): no node available cer@Legolas:~/Music>
cer@Legolas:~/Music> pactl info Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 5 Tile Size: 65472 User Name: cer Host Name: Legolas.valinor Server Name: pulseaudio Server Version: 15.0 Default Sample Specification: s16le 2ch 44100Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo Cookie: e3a8:84ab cer@Legolas:~/Music>
This is Leap 15.4, with pulse AFAIK. Whatever YaST does.
-- Cheers / Saludos,
Carlos E. R.
(from openSUSE 15.4 (Legolas))
I can play files this way, but on TW, so I guess one needs the full pipewire stack -- Gertjan Lettink a.k.a. Knurpht openSUSE Board openSUSE Forums Team
On Tue, 13 Dec 2022 20:14:56 +0100, Knurpht-openSUSE <knurpht@opensuse.org> wrote:
Op dinsdag 13 december 2022 20:06:05 CET schreef Carlos E. R.:
On 13/12/2022 12.56, Masaru Nomiya wrote:
[...] Anyway, could you test with wav, ogg, or flac audio file?
I was just curious about that command. I don't know if it should work in this machine.
Silence.
cer@Legolas:~/Music> pw-play /usr/share/quadrapassel/sounds/slide.ogg stream node 41 error: no node available remote error: id=3 seq:7 res:-2 (No such file or directory): no node available cer@Legolas:~/Music> [...]
cer@Legolas:~/Music> pactl info Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 5 Tile Size: 65472 User Name: cer Host Name: Legolas.valinor Server Name: pulseaudio Server Version: 15.0 Default Sample Specification: s16le 2ch 44100Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo Cookie: e3a8:84ab cer@Legolas:~/Music>
This is Leap 15.4, with pulse AFAIK. Whatever YaST does.
I can play files this way, but on TW, so I guess one needs the full pipewire stack
Yes. I have an old Tumbleweed installation (VERSION_ID="20220312") from before the change to pipewire, and it fails the same: linux@th-live:~> pw-play t/m/non/animal/Wolf_howls.ogg stream node 36 error: no node available remote error: id=3 seq:7 res:-2 (No such file or directory): no node available linux@th-live:~> linux@th-live:~> pactl info Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 201 Tile Size: 65472 User Name: linux Host Name: th-live Server Name: pulseaudio Server Version: 15.0 Default Sample Specification: s16le 2ch 44100Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1f.3.analog-stereo Default Source: alsa_input.usb-046d_0825_6B3B43F0-02.mono-fallback Cookie: 7228:7032 On an up-to-date and newer original TW installation, 'pw-play' works. From 'pactl info': "Server Name: PulseAudio (on PipeWire 0.3.61)" -- Robert Webb
Hello, In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <cec88d34-be97-c997-549d-dc742079ffaa@telefonica.net> Date & Time: Tue, 13 Dec 2022 20:06:05 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: [...] CER> cer@Legolas:~/Music> pactl info CER> Server String: /run/user/1000/pulse/native CER> Library Protocol Version: 35 CER> Server Protocol Version: 35 CER> Is Local: yes CER> Client Index: 5 CER> Tile Size: 65472 CER> User Name: cer CER> Host Name: Legolas.valinor CER> Server Name: pulseaudio CER> Server Version: 15.0 CER> Default Sample Specification: s16le 2ch 44100Hz CER> Default Channel Map: front-left,front-right CER> Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo CER> Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo CER> Cookie: e3a8:84ab CER> cer@Legolas:~/Music> CER> This is Leap 15.4, with pulse AFAIK. Whatever YaST does. Just as I thought ... The pipewire system configuration remains incomplete. In my case, $ pactl info Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 63 Tile Size: 65472 User Name: masaru Host Name: localhost Server Name: PulseAudio (on PipeWire 0.3.62) <---- This is the point! Server Version: 15.0.0 Default Sample Specification: float32le 2ch 384000Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.usb-D_M_Holdings_Inc._HD-AMP1-00.analog-stereo Default Source: alsa_output.usb-D_M_Holdings_Inc._HD-AMP1-00.analog-stereo.monitor Cookie: 3472:6c70 Your problem will be solved by installing the required set of files. The required files are; pipewire-tools pipewire-alsa pipewire-spa-tools libpipewire-0_3-0 gstreamer-plugin-pipewire pipewire-spa-plugins-0_2 pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire libpulse0 pulseaudio-utils pulseaudio-zsh-completion libpulse-mainloop-glib0 By the way, when I try to play mp3 audio file with pw-play in my environment, I get; $ pw-play abc.mp3 sndfile: failed to open audio file "abc.mp3": File contains data in an unimplemented format. error: open failed: Input/output error Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "A bachelor’s degree still holds prestige as a ticket to the middle class, but its value has received increasing scrutiny. In the last several years, rising tuition and student loan debt have led more Americans to reconsider an investment in postsecondary education." -- Washington Post --
On 2022-12-13 23:12, Masaru Nomiya wrote:
$ pw-play abc.mp3
sndfile: failed to open audio file "abc.mp3": File contains data in an unimplemented format. error: open failed: Input/output error
That's probably because libsndfile doesn't support mp3 until 1.1.0. https://github.com/libsndfile/libsndfile/releases/tag/1.1.0 -- /bengan
On 13/12/2022 23.12, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <cec88d34-be97-c997-549d-dc742079ffaa@telefonica.net> Date & Time: Tue, 13 Dec 2022 20:06:05 +0100
[CER] == "Carlos E. R." <robin.listas@telefonica.net> has written:
[...] CER> cer@Legolas:~/Music> pactl info CER> Server String: /run/user/1000/pulse/native CER> Library Protocol Version: 35 CER> Server Protocol Version: 35 CER> Is Local: yes CER> Client Index: 5 CER> Tile Size: 65472 CER> User Name: cer CER> Host Name: Legolas.valinor CER> Server Name: pulseaudio CER> Server Version: 15.0 CER> Default Sample Specification: s16le 2ch 44100Hz CER> Default Channel Map: front-left,front-right CER> Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo CER> Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo CER> Cookie: e3a8:84ab CER> cer@Legolas:~/Music>
CER> This is Leap 15.4, with pulse AFAIK. Whatever YaST does.
Just as I thought ... The pipewire system configuration remains incomplete.
In my case,
$ pactl info
Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 63 Tile Size: 65472 User Name: masaru Host Name: localhost Server Name: PulseAudio (on PipeWire 0.3.62) <---- This is the point! Server Version: 15.0.0 Default Sample Specification: float32le 2ch 384000Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.usb-D_M_Holdings_Inc._HD-AMP1-00.analog-stereo Default Source: alsa_output.usb-D_M_Holdings_Inc._HD-AMP1-00.analog-stereo.monitor Cookie: 3472:6c70
Your problem will be solved by installing the required set of files. The required files are;
pipewire-tools
Was already installed
pipewire-alsa
Ok
pipewire-spa-tools libpipewire-0_3-0 gstreamer-plugin-pipewire pipewire-spa-plugins-0_2 pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire
libpulse0 pulseaudio-utils pulseaudio-zsh-completion libpulse-mainloop-glib0
pipewire-pulseaudio wants to remove: pulseaudio-15 (8 packages). I'm not sure that is wise. I understand that pipewire is incomplete in Leap, so I risk breaking the system. I don't know why I have part of pipewire installed.
By the way, when I try to play mp3 audio file with pw-play in my environment, I get;
$ pw-play abc.mp3
sndfile: failed to open audio file "abc.mp3": File contains data in an unimplemented format. error: open failed: Input/output error-- Cheers / Saludos,
Carlos E. R. (from openSUSE 15.4 (Legolas))
Hello, Sorry for late reply. To make the story clearer, I installed Leap 15.4 on my laptop; WM is KDE. Certainly not configured for pipewire. In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <2e70684d-b01c-595f-7ff0-0e1592e4baa3@telefonica.net> Date & Time: Wed, 14 Dec 2022 01:58:33 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: CER> pipewire-pulseaudio wants to remove: pulseaudio-15 (8 CER> packages). I'm not sure that is wise. CER> I understand that pipewire is incomplete in Leap, so I risk CER> breaking the system. It's just a matter of changing from pulseaudio, the sound server, to pipewire, the multimedia server, and this won't break the system. Therefore, you should delete the 8 pulseaudio-related files. YaST2 will then install all the necessary pipewire-related files. It is also a good idea to install the pulseaudio-related file, pavucontrol. Then, please do as follows; 1. $ systemctl --user daemon-reload 2. $ systemctl --user start pipewire pipewire-pulse wireplumber Now, run $ pactl info The result will look something like this; Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 88 Tile Size: 65472 User Name: masaru Host Name: localhost Server Name: PulseAudio (on PipeWire 0.3.62) Server Version: 15.0.0 Default Sample Specification: float32le 2ch 384000Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.usb-D_M_Holdings_Inc._HD-AMP1-00.analog-stereo Default Source: alsa_output.usb-D_M_Holdings_Inc._HD-AMP1-00.analog-stereo.monitor Cookie: 3472:6c70 Then, for example, if you run $ pw-play /usr/share/sounds/Oxygen-Sys-Log-In.ogg you should be able to listen to the sound. And if you watch the video, you'll see that it looks better. Moreover, please do; $ sudo cp /usr/share/pipewire/pipewir.conf /etc/pipewire This way you can hear the sound better than on a CD. The sampling rate of CD is 44.1 KHz, but pipewire.conf improves it to 48 KHz. You may ask if I can hear the difference .... (^^;; Anyway, pipewire.conf plays an important role when using a USB DAC. The following is my case. default.clock.rate = 384000 default.clock.allowed-rates = [ 44100 48000 96000 192000 352800 384000 ] default.clock.quantum = 1024 I get very good sounds with this settings. My acquaintance says that even a cheap USB DAC can be effective enough. Regards, --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "The question of who holds the platform and whether the person or organisation holding it is trustworthy has serious and profound implications in these volatile times. Once trust is broken, it is extremely difficult to restore. It is necessary to diversify in advance." -- Financial Times --
On Wed, 14 Dec 2022 11:53:25 +0900, Masaru Nomiya <nomiya@galaxy.dti.ne.jp> wrote:
[...] It's just a matter of changing from pulseaudio, the sound server, to pipewire, the multimedia server, and this won't break the system. [...]
Read this page: https://en.opensuse.org/openSUSE:Pipewire -- Robert Webb
Hello, In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <590004161.783002.1671001446211@mail.yahoo.com> Date & Time: Wed, 14 Dec 2022 07:04:06 +0000 (UTC) [RW] == Robert Webb <webbdg@verizon.net> has written: RW> On Wed, 14 Dec 2022 11:53:25 +0900, Masaru Nomiya <nomiya@galaxy.dti.ne.jp> wrote: RW> > [...] RW> > It's just a matter of changing from pulseaudio, the sound server, to RW> > pipewire, the multimedia server, and this won't break the RW> > system. RW> > [...] RW> Read this page: RW> https://en.opensuse.org/openSUSE:Pipewire I read it, but I can't understand your intention to read it. Could you explain it to me? Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "She continues to deeply divide opinion, nearly a decade after her death in 2013, due to her policies of privatisation, breaking the power of trade unions, and selling off public housing." -- World Is One News --
On Wed, 14 Dec 2022 16:20:33 +0900, Masaru Nomiya <nomiya@galaxy.dti.ne.jp> wrote:
In the Message; Date & Time: Wed, 14 Dec 2022 07:04:06 +0000 (UTC) [RW] == Robert Webb <webbdg@verizon.net> has written: RW> On Wed, 14 Dec 2022 11:53:25 +0900, Masaru Nomiya <nomiya@galaxy.dti.ne.jp> wrote: RW> > [...] RW> > It's just a matter of changing from pulseaudio, the sound server, to RW> > pipewire, the multimedia server, and this won't break the RW> > system. RW> > [...]
RW> Read this page: RW> https://en.opensuse.org/openSUSE:Pipewire
I read it, but I can't understand your intention to read it.
Excuse me. I was lazy in responding. The openSUSE Wiki page describes doing exactly what you suggest. If Carlos is considering changing his audio setup, the page gives the reason that some manual installation is needed instead of an automatic migration from PulseAudio to PipeWire. It also describes how to change back to PulseAudio, and mentions several useful PipeWire tools. The page is important as a more available record of these procedures than a mailing list posting. Note, I haven't taken the time to compare your instructions to the wiki's. There may be additions or changes you might want to make to the wiki. BTW, here is some background on PipeWire: https://lwn.net/Articles/847412/ -- Robert Webb
Hello, In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <821604871.5380875.1671007661485@mail.yahoo.com> Date & Time: Wed, 14 Dec 2022 08:47:41 +0000 (UTC) [RW] == Robert Webb <webbdg@verizon.net> has written: RW> On Wed, 14 Dec 2022 16:20:33 +0900, Masaru Nomiya <nomiya@galaxy.dti.ne.jp> wrote: [...] RW>>> Read this page: RW>>> https://en.opensuse.org/openSUSE:Pipewire MN> > I read it, but I can't understand your intention to read it. RW> Excuse me. I was lazy in responding. The openSUSE Wiki page describes RW> doing exactly what you suggest. If Carlos is considering changing his RW> audio setup, the page gives the reason that some manual installation is RW> needed instead of an automatic migration from PulseAudio to PipeWire. RW> It also describes how to change back to PulseAudio, and mentions several RW> useful PipeWire tools. The page is important as a more available RW> record of these procedures than a mailing list posting. Note, I RW> haven't taken the time to compare your instructions to the wiki's. RW> There may be additions or changes you might want to make to the wiki. Thanks. I don't believe I've shown how it can be done automatically, and I don't believe it can be done automatically in the first place. Nor do I take it that manual installation is recommended! So, what you're saying is that I should show Carlos a wiki that has a venerable method instead of just my method. Certainly, I think you have a point. Many openSUSE users seem to use zypper a lot, but I've avoided using it since I had a problem with a kernel update after I moved to Tumbleqweed, which was based on the deletion of the previous kernel. I am now using YaST2 on a regular basis, because it allows me to install a new kernel while keeping the previous kernel, and more than that, it allows me to clearly understand the entire packages to be updated. RW> BTW, here is some background on PipeWire: RW> https://lwn.net/Articles/847412/ This is exactly what I wanted to know. Thank you very much, indeed. Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "A bachelor’s degree still holds prestige as a ticket to the middle class, but its value has received increasing scrutiny. In the last several years, rising tuition and student loan debt have led more Americans to reconsider an investment in postsecondary education." -- Washington Post --
Hello, In the Message; Subject : Re: 15.4 - How to make Mic work with Discord -- fine with Audacity and arecord?? Message-ID : <11e1c6e4-578b-a9d6-3a86-dcb2a7034491@telefonica.net> Date & Time: Tue, 13 Dec 2022 11:48:22 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: [...] CER> It crashes when told to play an mp3, says it is not supported and then dumps CER> core. Is that normal? Could you show the rsult of; $ pactl info Regards & Good Night. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "In a mobile phone metadata dataset of more than 40k people, it correctly identifies 52% of individuals based on their 2-hop interaction graph. We further show that the profiles learned by our method are stable over time and that 24% of people are still identifiable after 20 weeks. " -- 「Interaction data are identifiable even across long periods of time」 --
participants (7)
-
Andrei Borzenkov
-
Bengt Gördén
-
Carlos E. R.
-
David C. Rankin
-
Knurpht-openSUSE
-
Masaru Nomiya
-
Robert Webb