Comment 5 for bug 1916072

Revision history for this message
simplenuity (simplenuity) wrote :

I've tested it from the command line as follows:

$ gst-launch-1.0 -e audiomixer name=mixer ! level ! audioresample ! audioconvert ! audio/x-raw,rate=44100,channels=2 ! lamemp3enc name=enc target=0 quality=2 ! filesink location=test.mp3 pulsesrc device=alsa_output.usb-GN_Audio_A_S_Jabra_EVOLVE_30_II_00024508911A07-00.analog-stereo.monitor ! queue ! mixer. pulsesrc device=alsa_input.usb-GN_Audio_A_S_Jabra_EVOLVE_30_II_00024508911A07-00.analog-mono ! queue ! mixer.

After a while I can see the following warning message:

WARNING: from element /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: Can't record audio fast enough
Additional debug info:
gstaudiobasesrc.c(849): gst_audio_base_src_create (): /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0:
Dropped 24696 samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

So am I correct in assuming that the issue lies with the underlying Gstreamer, and not Audio Recorder itself?

PS: I have been testing it with my newest machine: 16GB RAM, i5, SSD, internet bandwidth by far not utilised.