You are not logged in.

#1 2020-12-01 11:43:29

amaro
Member
From: xfce
Registered: 2014-05-09
Posts: 367

audio-recorder cannot record sound

Hello everybody,

A few days ago I wanted to record something and it did not work.
I do not use audio-recorder daily but last time was few months ago. It worked then.

Here is the output from today's attempt

audio-recorder
[E][000155661.940942][core.c:71 core_event_error()] core 0x5586f00cbfd0: proxy 0x7fa750000fa0 id:7: bound:36 seq:30 res:-16 (Device or resource busy) msg:"enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed"
[E][000155661.940986][gstpipewiredeviceprovider.c:298 on_core_error()] error id:7 seq:30 res:-16 (Device or resource busy): enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed

(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:10.989: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'

(audio-recorder:79019): GLib-CRITICAL **: 13:31:10.989: g_str_has_suffix: assertion 'str != NULL' failed

(audio-recorder:79019): GLib-CRITICAL **: 13:31:10.989: g_str_has_suffix: assertion 'str != NULL' failed
Error: DBus-interface for org.mpris.MediaPlayer2.chromium.instance2234 should implement "DesktopEntry" property.

(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:11.077: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'

(audio-recorder:79019): GLib-CRITICAL **: 13:31:11.077: g_str_has_suffix: assertion 'str != NULL' failed

(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:11.117: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'

(audio-recorder:79019): GLib-CRITICAL **: 13:31:11.118: g_str_has_suffix: assertion 'str != NULL' failed

(audio-recorder:79019): GLib-CRITICAL **: 13:31:11.118: g_str_has_suffix: assertion 'str != NULL' failed
Error: DBus-interface for org.mpris.MediaPlayer2.chromium.instance2234 should implement "DesktopEntry" property.

(audio-recorder:79019): GLib-GObject-CRITICAL **: 13:31:19.138: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:19.140: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'

(audio-recorder:79019): GLib-CRITICAL **: 13:31:19.140: g_str_has_suffix: assertion 'str != NULL' failed

(audio-recorder:79019): GLib-CRITICAL **: 13:31:19.140: g_str_has_suffix: assertion 'str != NULL' failed

The file it produces has no sound at all.

Any help is highly appreciated!

Offline

#2 2020-12-01 11:50:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,361

Re: audio-recorder cannot record sound

It's trying to use  pipewire , do you want it to use  pipewire ? Or should it rather use pulse? If not, disabling pipewire should help

systemctl --user mask pipewire pipewire.socket --now

Last edited by V1del (2020-12-01 11:51:23)

Offline

#3 2020-12-01 12:01:43

amaro
Member
From: xfce
Registered: 2014-05-09
Posts: 367

Re: audio-recorder cannot record sound

How this 'pipewire' thing happened?

Is that the expected output

systemctl  --user mask pipewire pipewire.socket --now
Failed to connect to bus: No such file or directory

EDIT

Removed pipewire
Reinstalled audio-recorder

Still no sound in the recording.

audio-recorder

(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:26.328: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directory


(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:26.727: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directory


(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:26.905: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directory


(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:27.107: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directory

Last edited by amaro (2020-12-01 12:26:35)

Offline

#4 2020-12-01 14:48:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,361

Re: audio-recorder cannot record sound

Did you select the correct device?

In any case your user bus is broken (assuming you did run that command as your user and not as root or so), that's a different but also necessary to fix issue. How do you log in and start xorg?

Offline

#5 2020-12-01 16:18:10

amaro
Member
From: xfce
Registered: 2014-05-09
Posts: 367

Re: audio-recorder cannot record sound

I ran it as root.

That should explain the output.

As for 'xorg' I start it manually

startxfce4

Offline

#6 2020-12-01 17:04:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,361

Re: audio-recorder cannot record sound

should be fineish but anyway, during a recording attempt what is your

arecord -l
pacmd list-cards
pacmd list-sources
pacmd list-source-outputs
sudo fuser -v /dev/snd/*

Offline

Board footer

Powered by FluxBB