Summary: | [GTK] WebAudio Noise Issue (pop noise) | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | sangho park <gouache95> | ||||
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED DUPLICATE | ||||||
Severity: | Normal | CC: | crogers, gouache95, pnormand, s.choi | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
sangho park
2012-03-27 09:04:31 PDT
Created attachment 134082 [details]
test audio
(In reply to comment #0) > because my test pc has very good performance and i've already test with FFT_IPP. > What do you mean by that ^ ? (In reply to comment #2) > (In reply to comment #0) > > because my test pc has very good performance and i've already test with FFT_IPP. > > > > What do you mean by that ^ ? at the first time, i tried to find performance issue. so I change the FFT to 'FFTFrameIPP.cpp' instead of 'FFTFrameGStreamer.cpp' but the result was same (has pop noise). i used non-commercial ipp_7.0.6.293_intel64.. Maybe there's an issue in the webaudiosrc gst element or in AudioDestinationGStreamer. You use pulseaudio I guess? Also what versions of gst packages do you have? (In reply to comment #4) > Maybe there's an issue in the webaudiosrc gst element or in AudioDestinationGStreamer. > > You use pulseaudio I guess? > > Also what versions of gst packages do you have? yes i use pulse audio. Plugin Details: Name: pulseaudio Description: PulseAudio plugin library Filename: /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstpulse.so Version: 0.10.31 License: LGPL Source module: gst-plugins-good Source release date: 2012-02-20 Binary package: GStreamer Good Plugins (Ubuntu) Origin URL: https://launchpad.net/distros/ubuntu/+source/gst-plugins-good0.10 one more information... clock skew log was found.. "gst_base_audio_sink_skew_slaving:<alsasink0> correct clock skew 20259771 > 20000000" does it help to find the clue? hmm.. alsasink is same with pulsesink. I can reproduce the issue with a 64-bit build but a 32-bit build is fine. Can you confirm? (In reply to comment #7) > I can reproduce the issue with a 64-bit build but a 32-bit build is fine. Can you confirm? I just test on 32-bit ubuntu 12.04 is it really fine on 32-bit? in my case, not fine :( |