After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796954 - wasapi: robotic sound
wasapi: robotic sound
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.14.2
Other Windows
: Normal normal
: 1.14.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-08-13 21:22 UTC by Marcos Kintschner
Modified: 2018-09-24 06:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcos Kintschner 2018-08-13 21:22:50 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.
Comment 1 Tim-Philipp Müller 2018-08-13 21:33:38 UTC
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.
Comment 2 Tim-Philipp Müller 2018-08-13 21:58:48 UTC
Didn't mean to close this quite yet.
Comment 3 Marcos Kintschner 2018-09-23 23:36:22 UTC
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)