GNOME Bugzilla – Bug 796954
wasapi: robotic sound
Last modified: 2018-09-24 06:46:33 UTC
I've got a robotic sound when using wasapi. It literally sounds like a robotic speaking... GST_DEBUG=3,wasapi:6 gst-launch-1.0.exe wasapisrc ! wasapisink 0:00:00.153079781 14200 03318438 FIXME default gstutils.c:3963:gst_pad_create_stream_id_internal:<wasapisrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id 0:00:00.154812591 14200 03318438 INFO wasapi gstwasapiutil.c:855:gst_wasapi_util_initialize_audioclient:<wasapisrc0> wasapi default period: 100000, min period: 30000 0:00:00.184036182 14200 03318438 INFO wasapi gstwasapiutil.c:855:gst_wasapi_util_initialize_audioclient:<wasapisink0> wasapi default period: 100000, min period: 30000 0:00:00.198714825 14200 03318618 WARN wasapisrc gstwasapisrc.c:598:gst_wasapi_src_read:<wasapisrc0> WASAPI reported glitch in buffer I also get the robotic sound with: directsoundsrc ! audioconvert ! wasapisink With this configuration: wasapisrc ! audioconvert ! directsoundsrc It's not robotic, it's just a periodic noise. directsoundsrc ! directsoundsink works fine though.
Any chance you could try with the tip of the 1.14 branch? I think/hope this is fixed already, and there should be a 1.14.3 release soon, but it would be nice to have it confirmed.
Didn't mean to close this quite yet.
Sorry for the delayed answer. As of version 1.14.3, the robotic sound is completely gone. (Tested with official x86 release on Windows 10 64 bit)